Skip to content

Commit 6336397

Browse files
committed
Setup for code mining issue
See eclipse-platform/eclipse.platform.ui#2786
1 parent 8b6b37d commit 6336397

File tree

1 file changed

+6
-6
lines changed
  • JavaProjectGenerator/src/de/loskutov/jpg

1 file changed

+6
-6
lines changed

JavaProjectGenerator/src/de/loskutov/jpg/Main.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ public class Main {
2020
public static void main(String[] args) throws IOException {
2121
String pathname = "./target/generated/";
2222

23-
int roots = 10;
24-
int depth = 10;
25-
int classes = 100;
23+
int roots = 1;
24+
int depth = 1;
25+
int classes = 10;
2626

2727
int fields = 3;
2828
int imports = 3;
29-
int comments = 3;
30-
int see = 3;
31-
int methods = 1; // result method count will be (methods x 6 + runnablesAndCallables x 2)
29+
int comments = 0;
30+
int see = 0;
31+
int methods = 10; // result method count will be (methods x 6 + runnablesAndCallables x 2)
3232
int runnablesAndCallables = 1;
3333
boolean extend = true;
3434
boolean hideWarnings = true;

0 commit comments

Comments
 (0)