nuagenetworks / monolithe

generic and extendable code generator from specifications.
BSD 3-Clause "New" or "Revised" License
16 stars 28 forks source link

Reduce amount of Java code by eliminating duplicate if-then statements #120

Closed paquel closed 5 years ago

paquel commented 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.

pdellaert commented 5 years ago

@pdumais , need your review on this

pdumais commented 5 years ago

Looks good to me