Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 286087 fixed on trunk - issue with package names starting the java

https://bugs.eclipse.org/bugs/show_bug.cgi?id=286087

prior to these changes we do not look at classes that start with "java" or
"javax".  Now we will avoid looking at classes that start with "java." or
javax."

Tested with user-supplied recreation and regression testing. No new regression test added.

Reviewed by James Sutherland


Back to the top