Skip to content

iloveeclipse/java-project-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-project-generator

"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;

About

"Lorem ipsum" generator for Java projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages