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 242394 Details for
Bug 416027
[1.8] Enable reflected parameter names during annotation processing
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 for test failure
Bug-416027.patch (text/plain), 716 bytes, created by
Jay Arthanareeswaran
on 2014-04-28 07:27:06 EDT
(
hide
)
Description:
Fix for test failure
Filename:
MIME Type:
Creator:
Jay Arthanareeswaran
Created:
2014-04-28 07:27:06 EDT
Size:
716 bytes
patch
obsolete
>diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java >index e534424..5d9cf2b 100644 >--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java >+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java >@@ -5183,4 +5183,7 @@ > if (this.targetJDK >= ClassFileConstants.JDK1_8) { > this.produceAttributes |= ClassFileConstants.ATTR_TYPE_ANNOTATION; >+ if (options.produceMethodParameters) { >+ this.produceAttributes |= ClassFileConstants.ATTR_METHOD_PARAMETERS; >+ } > } > } else if (this.targetJDK == ClassFileConstants.CLDC_1_1) {
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 416027
:
234840
| 242394