jDependency Blog
An API and application which allows to analyse Java packages
Brought to you by:
hervegirod
Use MDIUtilities 1.0
Use MDIFramework 1.01
Use docJGenerator 1.4.10
Separate the release in two different jar files: the core jDependency.jar file which has no swing dependencies, and the jDependency-ui.jar which depends on Swing and on the core file. Both the files are automatic modules
Add a JavaModulesUtilities class which allows to check that a Jar file is compatible with the Java module system as an automatic module
Add a method in the JarDependencies class which allows to get the list of packages in the jar file, and if some classes are in the default package
Add a wiki