Allow Incorrect Package Name in Eclipse
Posted
by SamBeran
on Stack Overflow
See other posts from Stack Overflow
or by SamBeran
Published on 2010-04-22T16:26:24Z
Indexed on
2010/04/22
16:33 UTC
Read the original article
Hit count: 171
I have some classes in my current project which have the wrong package declaration (they are in the wrong folder for their declared package.)
Unfortunately, fixing the problem by moving the class is not an option. Is there a way I can get eclipse to ignore the error?
© Stack Overflow or respective owner