Hello Alex,
running JavaSupport4MOOSE on some 1.4 code worked but yields funny results
- each class is listed 8 times, should be once only - all classes are listed as part of default package, should be proper package - all access go to objects rather than attributes, including a funny object named #, - class scope is missing for all attributes and methods - type and return type is missing for all attributes and methods - parameters of methods are missing - stub classes are missing, or not properly linked to model - inner classes are completely missing - some inheritances are missing, for example BagTest has no superclass, but should be TestCase
cheers, AA