Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 301 Bytes

ReplaceEnumerationWithIterator.md

File metadata and controls

8 lines (6 loc) · 301 Bytes

ReplaceEnumerationWithIterator

Category: pmd
Rule Key: pmd:ReplaceEnumerationWithIterator

⚠️ This rule is deprecated in favour of S1150.


Consider replacing this Enumeration with the newer java.util.Iterator