Menu

#1513 [java] Remove deprecated rule UseSingleton

New Tickets
closed
nobody
PMD
3-Major
Bug
java-design
2017-06-26
2016-08-12
No

The rule UseSingleton has been renamed to UseUtilityClass. Now it's time to remove the old name.

Discussion

  • Juan Sotuyo

    Juan Sotuyo - 2016-12-08

    If we do this, there are a couple other rules that got renamed during 5.3.x to be removed

            // PMD 5.3.0
            addFilterRuleRenamed("java", "design", "UncommentedEmptyMethod", "UncommentedEmptyMethodBody");
            addFilterRuleRemoved("java", "controversial", "BooleanInversion");
    
            // PMD 5.3.1
            addFilterRuleRenamed("java", "design", "UseSingleton", "UseUtilityClass");
    
     
  • Andreas Dangel

    Andreas Dangel - 2017-04-22
    • Milestone: PMD-5.6.0 --> PMD-5.7.0
     
  • Andreas Dangel

    Andreas Dangel - 2017-05-20
    • Milestone: PMD-5.7.0 --> New Tickets
     
  • Juan Sotuyo

    Juan Sotuyo - 2017-06-26
    • status: open --> closed
     
  • Juan Sotuyo

    Juan Sotuyo - 2017-06-26

    Fixed for release 6.0.0

     

Log in to post a comment.