[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
|
- From: Tom Ware <tom.ware@xxxxxxxxxx>
- Date: Tue, 27 Oct 2009 10:46:17 -0400
- Delivered-to: eclipselink-dev@eclipse.org
- User-agent: Thunderbird 2.0.0.23 (Windows/20090812)
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