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 82755 - Create javadoc ignores thrown exception
Summary: Create javadoc ignores thrown exception
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-15 17:03 UTC by Jiri Prox
Modified: 2007-09-06 12:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2006-08-15 17:03:12 UTC
NB 5.5 200608140000

Create javadoc does not create @throws tags for exception declared to be thrown.

Steps to reproduce:
1) create method:
    public String method(int d) throws IOException{
        return "";
    }

2) select corresponding item in navigator
3) from contex menu call Create Javadoc

-> created javadoc does not contain @throws IOException
Comment 1 Jan Pokorsky 2006-08-15 17:14:19 UTC
Tools/Correct Javadoc works as expected. It is a navigator's issue. Reassigning
Comment 2 Jan Pokorsky 2007-09-06 12:47:42 UTC
Navigator actions was dropped in nb 6.0. To fix or create javadoc you can use editor hints. Changing to enhancement in
case the action will be reimplemented in some future release.