On Apr 26, 2014, at 254PM, tras...@stratuscom.com wrote: > What is the rationale for inclusion/ exclusion ?
Classes that are loaded by the system classloader never get annotated with a codebase. These classses were in jsk-platform.jar. The class in question are the net.jini.lookup classes, they are service attributes: net/jini/lookup/entry/Address.class net/jini/lookup/entry/AddressBean.class net/jini/lookup/entry/Comment.class net/jini/lookup/entry/CommentBean.class net/jini/lookup/entry/EntryBean.class These need to be in jdk-dl.jar (which they were, but they would never have a codebase since they were loaded by the system classloader). Peter asked me to help him modularizing qa_refactor, this was something I spotted. Dennis