Resolve "Documents in default packages cannot be opened"
Compare changes
@@ -12,6 +12,7 @@ import org.eclipse.core.resources.ResourcesPlugin;
@@ -33,11 +34,11 @@ public class JavaModelUtils {
Since JavaCore.create(IFolder) can return either a package fragment or a package fragment root depending on whether the folder corresponds to a default package, the method signature needs to be changed. Callers must also check what they get and react accordingly. IPackageFragment.getPackageFragment needs an emtpy string to correctly identify default packages.
Closes #23 (closed)