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 117050 - [60cat] Javadoc popup window doesn't display correctly the names of the inner classes.
Summary: [60cat] Javadoc popup window doesn't display correctly the names of the inner...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-28 17:04 UTC by karmagfa
Modified: 2009-02-19 21:08 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 karmagfa 2007-09-28 17:04:18 UTC
It seems that the popup window that displays the Javadoc doesn't display correctly the names of (and links to) inner
classes.

For example, in the package java.awt.geom, the following line:

  "public final class GeneralPath extends Path2D.Float {"

is displayed "public final class GeneralPath extends Float {".
Comment 1 Jiri Prox 2007-10-01 10:07:41 UTC
reproducible
Comment 2 Jiri Kovalsky 2007-10-03 08:01:35 UTC
This bug was reported by NetCAT 6.0 participant.
Comment 3 Jan Pokorsky 2007-10-03 09:10:17 UTC
a javadoc completion issue, reassigning to java/editor that contains the code
Comment 4 karmagfa 2008-07-18 12:04:12 UTC
[65cat] Hello,

This year, I am still in the netcat program and I still feel disturbed by this bug. I would like to contribute more and
fix it.

I think I found where is the bug. It seems to be in the module "Java Source UI", class
"org.netbeans.api.java.source.ui.ElementJavadoc", and there is probably a ".simpleTypeName()" to replace by a
".typeName()". But before I go ahead and do some changes, I would like to know if the change that I am going to do is
really what you guys want.

So .. should I go ahead?

--
Vincent Cantin
Comment 5 Dusan Balek 2008-12-09 16:21:03 UTC
Fixed.

changeset ea6efc3cbd7a in main
details: http://hg.netbeans.org/main?cmd=changeset;node=ea6efc3cbd7a
Comment 6 Quality Engineering 2008-12-10 05:59:12 UTC
Integrated into 'main-golden', will be available in build *200812100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ea6efc3cbd7a
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #117050: Javadoc popup window doesn't display correctly the names of the inner classes - fixed.