-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
1.1.2, 1.1.4
-
sparc
-
solaris_2.5
Name: mgC56079 Date: 10/06/97
The JLS1.0 (item 7.5) states that only 'import <TypeName>;' and
'import <PackageName>.*;' are allowed.
However, compiler permits 'import <TypeName>.*;'
Should be compile error (as package java.io.RandomAccessFile is
not accessible: see JLS 7.5.2)
--- here is the test (Import.java) ----
import java.io.RandomAccessFile.*;
public class Import {
void someMeth() {
}
}
---
======================================================================
- duplicates
-
JDK-4047845 importing of non-existed subpackge is permited
-
- Closed
-
-
JDK-4084102 compiler allows 'import <TypeName>.*;'
-
- Closed
-