Community
Participate
Working Groups
There is a compiler warning about dead code in this method, and some static analysis with Remy proves that there is actually a substantial amount of code that imperically could never be running ... and if it did would be throwing NPEs It would probably be a good idea to delete the code or understand what the original intent was. The code in the method starts with boolean isStack = true and everything below it.
Created attachment 205327 [details] Remove dead code This file is also touched by the 2nd patch for bug 355497 which is not released yet. That patch would need to be applied before this one so the line numbers work out ... although no functionality from 355497 is required.
(In reply to comment #1) > Created attachment 205327 [details] > Remove dead code Patch released to R4_development. Thanks, Dean! http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?h=R4_development&id=eacc2d2c4501038aa97acab5f7c97c181089d055
Verified on I20111014-1625