Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.3
-
Fix Version/s: 1.0.4
-
Component/s: XML code generator
-
Labels:None
-
Number of attachments :
Description
Split main() out of SourceGenerator.java to streamline the code. Creading a new source file that will contain only main(). For backwards compatibility, SourceGenerator.java will have a tiny "main()" that delegates to the new file.
Attached is a patch to break the "main" for srcgen into a separate class. What do you think?