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 203300 Details for
Bug 357557
restore CompilationUnitStructureRequestor.acceptTypeParameter(..) with original signature
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.
[patch]
fix
Bug_357557.patch (text/plain), 942 bytes, created by
Stephan Herrmann
on 2011-09-13 16:43:45 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Stephan Herrmann
Created:
2011-09-13 16:43:45 EDT
Size:
942 bytes
patch
obsolete
>Index: model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java >=================================================================== >--- model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java (revision 1867) >+++ model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java (working copy) >@@ -593,10 +593,10 @@ > } > return info; > } >+protected void acceptTypeParameter(TypeParameterInfo typeParameterInfo, JavaElementInfo parentInfo) { > //{ObjectTeams: relax type of parameter parentInfo, because MethodData is not JavaElementInfo >-/* orig: >-protected void acceptTypeParameter(TypeParameterInfo typeParameterInfo, JavaElementInfo parentInfo) { >- :giro */ >+ acceptTypeParameter(typeParameterInfo, (Object)parentInfo); >+} > protected void acceptTypeParameter(TypeParameterInfo typeParameterInfo, Object parentInfo) { > // SH} > JavaElement parentHandle = (JavaElement) this.handleStack.peek();
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 357557
: 203300