Menu

#8 Model generator based on a class file

2.1
closed
None
implemented
ch.sahits.codegen.java
major
1.2.0
enhancement
2009-10-14
2009-07-26
Sahits GmbH
No

Add a model representing a java class.
Initialize this model by reflecting on a *.class input file.
From this basis a JET is imaginable that implements the methods defined if the input file defined an interface or overrides the abstract method, if the model represents an abstract class.

Discussion

  • Sahits GmbH

    Sahits GmbH - 2009-07-26
    • status changed from new to accepted
     
  • Sahits GmbH

    Sahits GmbH - 2009-08-26

    For this enhancement a new model class is needed that implements IGeneratedJavaClass2 and holds a list of members (private members of this class and inherited members of the super classes)
    The input file should be given as fully qualified class name with a .class ending.

     
  • Sahits GmbH

    Sahits GmbH - 2009-10-13

    The data model will be of the type ch.sahits.model.java.SimpleBean

     
  • Sahits GmbH

    Sahits GmbH - 2009-10-14
    • status changed from accepted to closed
    • resolution set to implemented

    Implemented with [2741].

     

    Related

    Commit: [r2741]


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.