Closed paquel closed 5 years ago
Java code was so large that it did not compile. This is because a lot of the code was duplicated. Solution was to keep track of objects used to generate code and only generate the code once. Only template "pluginfactory.java.tpl" was changed.
@pdumais , need your review on this
Looks good to me
Java code was so large that it did not compile. This is because a lot of the code was duplicated. Solution was to keep track of objects used to generate code and only generate the code once. Only template "pluginfactory.java.tpl" was changed.