bangarharshit / Rx-Error-Prone

A set of static analysis tools (error prone checks and lint) to catch common Rx-Java mistake.
MIT License
6 stars 0 forks source link

Observable subscription in constructor. #5

Closed bangarharshit closed 6 years ago

bangarharshit commented 6 years ago

Multiple issues - no finalizers, also this leak as it is against safe construction techniques. check blog