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 235212 - Code improvements in generated @WebFilter
Summary: Code improvements in generated @WebFilter
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Servlet (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 08:11 UTC by arungupta
Modified: 2016-07-07 08:53 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 arungupta 2013-08-29 08:11:10 UTC
Generated WebFilter code can take several improvements:

- Missing @Override tag
- Use try-with-resources
- Use StringBuilder instead of StringBuffer
- Use specific exceptions instead of Throwable and Exception
Comment 1 Martin Balin 2016-07-07 08:53:05 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss