Known limitations

All limitations listed here are known limitations of the newest release.

Make files

  • Macros are not supported
  • Wildcards are not supported

Java package graph

The implementation of the source code scanner is quite straight-forward but not correct. The following conditions must be fulfilled to guarantee the generator works properly:

  • import statements must be on separate lines
  • import statements must not have comments between keyword, statement and finishing semi-colon
  • package names must start with a lower case character
  • class names must start with a capital letter

    Static imports (Java 1.5.0) are ignored. Future versions will hopefully fix those issues.