moosetechnology / ClassNameAnalyser

MIT License
5 stars 2 forks source link

DMNameTokenizer >> checkSpecialChar: and DMNameTokenizer >> checkCapitalLetter are useless #12

Closed olekscode closed 5 years ago

olekscode commented 5 years ago

Just delete these methods and use the following String methods:

String >> isAlphaNumeric
String >> isUppercase

Also check the related issue #10