Dead code: Difference between revisions

Content deleted Content added
External links: Added UCDetector
Line 26:
}
</source>
In the above example "do something" isn't ever executed, and so it is NOT dead code. The java compiler is smart enough to not compile it.
 
== Analysis ==