File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
main/java/io/jenkins/plugins/git/forensics/miner
test/java/io/jenkins/plugins/git/forensics/util Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ public class GitRepositoryMiner extends RepositoryMiner {
4545 private final FilePath workspace ;
4646
4747 GitRepositoryMiner (final GitClient gitClient ) {
48+ super ();
49+
4850 this .gitClient = gitClient ;
4951 workspace = gitClient .getWorkTree ();
5052 }
Original file line number Diff line number Diff line change 88import org .junit .Before ;
99import org .junit .Rule ;
1010
11+ import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
12+
1113import jenkins .plugins .git .GitSampleRepoRule ;
1214
1315/**
@@ -78,6 +80,7 @@ protected String getHead() {
7880 *
7981 * @return the sample repository
8082 */
83+ @ SuppressFBWarnings ("BC" )
8184 protected Repository createRepository () {
8285 try {
8386 RepositoryBuilder repositoryBuilder = new RepositoryBuilder ();
You can’t perform that action at this time.
0 commit comments