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 - Control over javadoc snippet creation
Summary: Control over javadoc snippet creation
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-18 10:50 UTC by fishtoprecords
Modified: 2010-01-11 02:12 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 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