Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.6.1.Release
-
Component/s: Compiler Integration, Editor
-
Labels:None
-
Number of attachments :
Description
The following is currently possible in the editor, without a compilation error or underlining:
import static java.lang.Math.FOO
This is something that the compiler should be checking, but isn't. Compiling this on the command line does not give any errors. There might be something that we could do to augment the compilation (as we do with unused imports), but it may be outside the scope of our compiler integration.