Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Dead code: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 10:27, 24 January 2010
edit
128.237.225.205
(
talk
)
→
Example
← Previous edit
Revision as of 19:19, 8 February 2010
edit
undo
Teeg82
(
talk
|
contribs
)
64
edits
m
→
Example
Next edit →
Line 26:
}
</source>
In the above example "do something"
isn't
is
ever
never
executed, and so it is dead code. The java compiler is smart enough to not compile it.
== Analysis ==