eclipse-aspectj / aspectj

Other
303 stars 86 forks source link

Cleanup redundant type casts, due to too weak variable type declaration #130

Closed turbanoff closed 2 years ago

turbanoff commented 2 years ago

There are several redundant casts, caused by fact, that related declared variable has too weak type. They are detected by IntelliJ IDEA inspection 'Too weak variable type leads to unnecessary cast'.