We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6b37d commit 6336397Copy full SHA for 6336397
JavaProjectGenerator/src/de/loskutov/jpg/Main.java
@@ -20,15 +20,15 @@ public class Main {
20
public static void main(String[] args) throws IOException {
21
String pathname = "./target/generated/";
22
23
- int roots = 10;
24
- int depth = 10;
25
- int classes = 100;
+ int roots = 1;
+ int depth = 1;
+ int classes = 10;
26
27
int fields = 3;
28
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)
+ int comments = 0;
+ int see = 0;
+ int methods = 10; // result method count will be (methods x 6 + runnablesAndCallables x 2)
32
int runnablesAndCallables = 1;
33
boolean extend = true;
34
boolean hideWarnings = true;
0 commit comments