This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 56458

Summary: "Show Inner Classes" should be "Show Nested Classes" or similar
Product: editor Reporter: Jesse Glick <jglick>
Component: NavigationAssignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: johnjullion, pkeegan
Priority: P3 Keywords: UI
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2005-03-15 14:34:56 UTC
In the Fast Open dialog, there is a checkbox labelled "Show Inner Classes". In
fact it finds all nested classes, both inner (nonstatic) and static, so it
should read "Show Nested Classes" instead, or perhaps "Show Member Classes". The
exact terminology is given in the JLS:

http://java.sun.com/docs/books/jls/second_edition/html/classes.doc.html

"A nested class is any class whose declaration occurs within the body of another
class or interface."

"...all classes-top level and nested (including member classes, local classes
and anonymous classes)."

"An inner class is a nested class that is not explicitly or implicitly declared
static."

"Inner classes include local, anonymous and non-static member classes."
Comment 1 Jesse Glick 2005-03-15 14:36:00 UTC
CCing Docs to make sure this terminology is used correctly in our online help, too.
Comment 2 Dusan Balek 2005-03-17 09:42:58 UTC
Fixed in [mainturnk].

Checking in Bundle.properties;
/cvs/java/editor/lib/src/org/netbeans/editor/ext/java/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.3; previous revision: 1.2
done