Name: joT67522 Date: 08/27/97
When one does:
class toto {
public Hashtable table = new Hashtable();
public Object getFeature(Object key) {
return toto.table.get(key);
}
}
it compiles, while the spec says it should not.
company - Dassault Systemes , email - ###@###.###
======================================================================
- duplicates
-
JDK-4087127 Instance access through types not allowed
-
- Closed
-