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 178870

Summary: Control over javadoc snippet creation
Product: java Reporter: fishtoprecords <fishtoprecords>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: -S1S-   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description fishtoprecords 2009-12-18 10:50:45 UTC
When I enter the start to a javadoc comment:
/**
Netbeans is smart enough to generate the parameters and exceptions for
the javadocs.  For most of the exceptions, I have standardized wording
that I'd like to use.

This RFE asks that the code snippet come from some property file with suitable dialogs to edit them 

For example,

 assignGeocodingJob(Request aGeoR) throws  SQLException

Netbeans will generate the

 * @return
 * @throws SQLException
 */

javadoc snippets.

I'd like to have it always say

 * @throws SQLException in the unlikely case that the Sql server/JDBC
throws one.

Thanks