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 - "Show Inner Classes" should be "Show Nested Classes" or similar
Summary: "Show Inner Classes" should be "Show Nested Classes" or similar
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-03-15 14:34 UTC by Jesse Glick
Modified: 2007-11-05 13:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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