Bug 333832 - Uddi4jHelper produced different byte codes with new JDT compiler due to unused variable
Summary: Uddi4jHelper produced different byte codes with new JDT compiler due to unuse...
Status: RESOLVED FIXED
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: wst.ws (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 minor (vote)
Target Milestone: 3.3 M6   Edit
Assignee: David Williams CLA
QA Contact: Keith Chong CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 333678
  Show dependency tree
 
Reported: 2011-01-10 01:34 EST by David Williams CLA
Modified: 2011-02-26 18:57 EST (History)
0 users

See Also:


Attachments
proposed fix (1.61 KB, patch)
2011-01-10 01:34 EST, David Williams CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2011-01-10 01:34:02 EST
Created attachment 186356 [details]
proposed fix

Similar to other bugs in in bug 333678 ... the "i" in a for statement such as 

for(int i =0;it.hasNext();i++){

is now optimized out ... 

resulting in different byte codes produced for same version/qualifier. 

So, we need to change version/qualifier ... I'd suggest fixing it too ... as in attached patch.
Comment 1 David Williams CLA 2011-02-26 18:57:21 EST
I went ahead and applied and released this fix to HEAD.