Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
-
Number of attachments :
Description
I'm checking the generated closure factories into version control. Setting aside for a moment the question of whether that's a good idea, Jedi makes this quite difficult by failing to apply any order to the factory methods within the generated classes.
Since my build runs the Apt task before every compile, that means that the generated classes are modified according to my version control tool, but unchanged according to javac.
May I suggest that the generated methods are ordered alphabetically by method name, then by number of arguments?
I'll have a quick look at the code and perhaps take a quick stab at implementing this if I have a chance later today.