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 107003 - "Add @throws" hint generates fully-qualified names
Summary: "Add @throws" hint generates fully-qualified names
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-18 14:33 UTC by Andrei Badea
Modified: 2008-03-27 20:04 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 Andrei Badea 2007-06-18 14:33:08 UTC
For

    public void myMethod() throws InterruptedException {...}

where InterruptedException was imported, the "Add @throws" hint generated
    
    @throws java.lang.InterruptedException 

The fully-qualified name is not necessary.
Comment 1 Jan Becicka 2007-08-23 11:56:19 UTC
P5 imo.
Comment 2 Jan Pokorsky 2008-03-27 20:03:11 UTC
fixed as javadoc/src/org/netbeans/modules/javadoc/hints/Analyzer.java
Comment 3 Jan Pokorsky 2008-03-27 20:04:30 UTC
sorry, fixed as http://hg.netbeans.org/main/rev/4ca076fe7b4c