Menu

#10 Check name analysis

CVS_HEAD
open
nobody
9
2002-10-22
2002-10-22
Kis Gergely
No

The name analysis does not honor the visibility /
accessibility information.

The following source:

class A {
private class B {
}
}

class C: A.B {

}

finds the class A.B for use by C.

Is this the right behaviour?

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.