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 6734 - Wrong tool tip message for methods in interface
Summary: Wrong tool tip message for methods in interface
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: jrojcek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-05-22 22:18 UTC by Jan Palka
Modified: 2007-09-26 09:14 UTC (History)
0 users

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 Jan Palka 2000-05-22 22:18:19 UTC
This is a minor inconsistency and affects also modifiers propert.


1) Create an interface.
2) Add a method interface "void show();"
3) In the explorer window, the tool tip for the method show() was shown as "void show()", it should be "public void show();"
4) Methods in interfaces are public by default.


I guess that the tooltip should be rather public abstract ...

[Svata] this is consistent with node`s appearance in the Explorer - the method`s node is displayed as having "default" access (yellow) -- the default access for classes is package-private, for interfa
ces it is public.
Comment 1 Svata Dedic 2001-08-30 17:25:04 UTC
See previous comment.
Comment 2 Quality Engineering 2003-07-01 13:11:03 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-07-01 13:16:56 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2007-09-20 10:08:30 UTC
Reorganization of java component