Bug 223791 - Compiler warning in org.eclipse.debug.ui
Summary: Compiler warning in org.eclipse.debug.ui
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: 3.4 M6   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-03-25 05:06 EDT by Dani Megert CLA
Modified: 2008-03-25 17:17 EDT (History)
2 users (show)

See Also:


Attachments
Patch with fix. (2.11 KB, patch)
2008-03-25 13:57 EDT, Pawel Piech CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2008-03-25 05:06:46 EDT
I20080324-1800.

1. WARNING in /ui/org/eclipse/debug/internal/ui/viewers/model/TreeModelContentProvider.java
 (at line 425)
ModelDelta revealDelta = findRevealDelta(delta);
The local variable revealDelta is never read
Comment 1 Pawel Piech CLA 2008-03-25 13:57:19 EDT
Created attachment 93456 [details]
Patch with fix.

I cleaned up the warning and added more clarifying comments.
Comment 2 Curtis Windatt CLA 2008-03-25 17:16:40 EDT
Applied the patch.  Thanks Pawel.
Comment 3 Curtis Windatt CLA 2008-03-25 17:17:09 EDT
Verified.