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

Summary: Create javadoc ignores thrown exception
Product: java Reporter: Jiri Prox <jiriprox>
Component: NavigationAssignee: Petr Hrebejk <phrebejk>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.