"Lorem ipsum" generator for Java projects
Run https://github.com/iloveeclipse/java-project-generator/blob/master/JavaProjectGenerator/src/de/loskutov/jpg/Main.java and configure various aspects of generated code by changing Main variables here:
|
public static void main(String[] args) throws IOException { |
|
String pathname = "./target/generated/"; |
|
|
|
int roots = 10; |
|
int depth = 10; |
|
int classes = 100; |
|
|
|
int fields = 3; |
|
int imports = 3; |
|
int comments = 3; |
|
int see = 3; |
|
int methods = 1; // result method count will be (methods x 6 + runnablesAndCallables x 2) |
|
int runnablesAndCallables = 1; |
|
boolean extend = true; |
|
boolean hideWarnings = true; |