GraxCode / threadtear

Multifunctional java deobfuscation tool suite
GNU General Public License v3.0
889 stars 121 forks source link

private constructors for utilities #22

Closed awesomennguy closed 4 years ago

awesomennguy commented 4 years ago

title says all ^^

GraxCode commented 4 years ago

I'm not exactly sure what you mean. Are some constructors private and you want me to make them public? If yes, please link the class(es).

awesomennguy commented 4 years ago

I mean you should add private constructors for utilities & make the class final, for example https://github.com/GraxCode/threadtear/blob/master/src/me/nov/threadtear/util/Counting.java , it doesn't have private constructor and it isnt final.

GraxCode commented 4 years ago

I see.