File tree Expand file tree Collapse file tree
main/java/org/kohsuke/github
test/java/org/kohsuke/github Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org .kohsuke .github ;
22
3+ import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
4+
35import java .io .IOException ;
46import java .util .ArrayList ;
57import java .util .List ;
@@ -14,6 +16,7 @@ public class GHTreeBuilder {
1416
1517 private final List <TreeEntry > treeEntries = new ArrayList <TreeEntry >();
1618
19+ @ SuppressFBWarnings ("URF_UNREAD_FIELD" )
1720 private static final class TreeEntry {
1821 private final String path ;
1922 private final String mode ;
Original file line number Diff line number Diff line change 44import org .apache .commons .io .IOUtils ;
55import org .junit .Assert ;
66import org .junit .Test ;
7+ import org .kohsuke .github .GHRepositoryTraffic .DailyInfo ;
78import org .mockito .Mockito ;
89
910import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments