News

Full path of the folder which contains all the .java source files. The program picks only the .java files and ignores other files. Ex - "C:\Users\uml-generator-java\Test Classes\class-diagram-test-1" ...
Second, in HomeController.java file, you also have to change 'path' UmlParser umlParser = new UmlParser("class", "path", "diagram"); The umlparser parses the Java files in that path, so you need to ...