You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a source file placed under mypackge.yourpackage correctly, the classpath entry for the sources is incorrectly defined as _/src/mypackage/yourpackage (as opposed to just _/src). After a restart, it seems to get it right, and I'm also seeing the behaviour where a second restart seems to eliminate the source entry entirely.
InvisibleProjectImporter is probably a good starting point.
If you open a folder containing src/mypackage/Foo.java, with
You end up with
The declared package "mypackage" does not match the expected package ""
See attached project
The text was updated successfully, but these errors were encountered: