Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Behavior change for getUnderlyingResource() and getCorrespondingResource()

The next integration build will contain a fix for
http://bugs.eclipse.org/bugs/show_bug.cgi?id=25041

As the spec says, a JavaModelException is now thrown when calling
getUnderlyingResource() and getCorrespondingResource() on an IJavaElement
that doesn't exist.

Clients that need to get the resource handle of an IJavaElement that does
not exist should use IJavaElement.getResource().

Jerome



Back to the top