gwt /
gwt /
cb8ba8430dd9c1c69d0a0a1d7ff5d9b30324596a Fixes the problem reported in issue 1830 comment #12.
We were always telling JDT that any binary only package was not a package. This would work as long as JDT always called INameEnvironment.findType for a class in a binary only package.
This patch uses ClassLoader.getResource(String) to determine if a name is a package. This works as long as we are not asking about binary only package which only exists on the boot classpath.
Review by: scottb
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1944 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed