rule: avoid Thread instance methods like stop() suspend()
Brought to you by:
chrismair
From Java Concurrency Gotchas slide #44
http://www.slideshare.net/alexmiller/java-concurrency-gotchas-3666977
This rule needs good type/variable inference.