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 72347 - [pmd] Do not check protected areas
Summary: [pmd] Do not check protected areas
Status: RESOLVED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: PMD (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 14:27 UTC by Martin Krauskopf
Modified: 2011-11-24 12:46 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 Martin Krauskopf 2006-02-07 14:27:02 UTC
Like those created by Form editor. Since the user does not have any chance to
fix them. Or at least there should be an option for turning this off.
UnusedFormalParameter for 'evt' parameter is really popular in this context ;)
Comment 1 _ rkubacki 2006-02-07 16:07:39 UTC
Personally I do not like this rule. Another pattern that we generate is
described in issue #72346

Perhaps we can supress output related to text in guarded block. 
Comment 2 _ rkubacki 2011-11-24 12:46:57 UTC
I am not going to fix this. Feel free to contribute.