Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 265525 Details for
Bug 479559
[extract method] Extract method with 'replace additional occurrences' does not analyze additional occurrences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Test Class
ExtractMethodBug_1.txt (text/plain), 594 bytes, created by
Noopur Gupta
on 2016-11-23 01:51:55 EST
(
hide
)
Description:
Test Class
Filename:
MIME Type:
Creator:
Noopur Gupta
Created:
2016-11-23 01:51:55 EST
Size:
594 bytes
patch
obsolete
>package p; > >import java.beans.Encoder; > >class ExtractMethodBug_1 { > void a() { > Encoder encoder = new Encoder(); > int xxx= 0, yyy= 1; > encoder.remove(null); > } > > void b() { > Encoder encoder = new Encoder(); > int xxx= 0, yyy= 1; > encoder.remove(null); > if (encoder.getExceptionListener() != null) { > } > } > > void c() { > Encoder encoder = new Encoder(); > int xxx= 0, yyy= 1; > encoder.remove(null); > System.out.println(xxx); > } > > void d() { > Encoder encoder = new Encoder(); > int xxx= 0, yyy= 1; > encoder.remove(null); > System.out.println(yyy); > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 479559
: 265525