Get java source. Try code completion in field or method declaration, in place of type, return type of parameter type. E.g.:
public class Plain {
private HERE myName = null;
}
Type package name with dot, e.g. "java.". Check code completion: it suggests nothing. The same for any package without classes. Subpackages are just not suggested.
Within method bodies they are suggested: that's Ok.
Description
Get java source. Try code completion in field or method declaration, in place of type, return type of parameter type. E.g.:
public class Plain {
private HERE myName = null;
}
Type package name with dot, e.g. "java.". Check code completion: it suggests nothing. The same for any package without classes. Subpackages are just not suggested.
Within method bodies they are suggested: that's Ok.