Limitation/Bug | Description | Fix release |
---|---|---|
Limitation | Jelly output doesn't work with Java JDK 6. Although Clanker's analysis process fills the JavaBeans with no problems, when outputting through Jelly an exception is thrown. | TBD |
Limitation | The analysis doesn't support inheritance. Currently there is no support for inheritance, which means: the JavaBeans encapsulating class information, don't encapsulate superclass information. This would affect you if, say, you would like to use Clanker to auto-generated MBean interfaces, having a MBean extending another. The interface that Clanker generates, will contain only the public methods of the MBean analyzed, and not also all the public methods in the inheritance tree. | TBD |