Menu

#913 SignatureDeclareThrowsException is raised twice

PMD-5.0.2
closed
pmd (543)
5
2013-01-26
2010-02-02
No

In this case, the error SignatureDeclareThrowsException is raised twice instead of once :

public class BugSignature
{
public void record()
{
SwingWorker<string> worker = new SwingWorker<string>()
{
protected String construct() throws Exception
{
//
}
};
}
}</string></string>

Discussion

  • Andreas Dangel

    Andreas Dangel - 2013-01-23
    • status: open --> accepted
    • assigned_to: Tom Copeland --> Andreas Dangel
    • milestone: PMD-Backlog --> PMD-5.0.2
     
  • Andreas Dangel

    Andreas Dangel - 2013-01-26
    • Status: accepted --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB