Bugs item #1700515, was opened at 2007-04-14 09:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=479921&aid=1700515&group_id=56262
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pmd
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven Jacob (holobender)
Assigned to: Tom Copeland (tomcopeland)
Summary: Bug in DFA layer
Initial Comment:
Following method produces violations from the dataflowanomaly rule:
public void foo() {
final String bar = "";
throw new IllegalArgumentException(bar);
}
Something is wrong with throw declarations.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=479921&aid=1700515&group_id=56262
|