Community
Participate
Working Groups
MTJ uses the basic strategy of matching library names with the javadoc names when importing a library from SDK. This strategy needs to be improved to provide better and more accurate javadoc detection for SDK libraries. The current strategy misses the cases where the directory/file name for javadoc does not match the library jar name. Also because it does not do any further verification of the javadoc it sometimes imports the wrong directory.
A fix released to HEAD that improves the javadoc detecting by matching the package-list entries