Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » what is org.eclipse.jdt.core.compiler.codegen.methodParameters?
what is org.eclipse.jdt.core.compiler.codegen.methodParameters? [message #1748624] Fri, 25 November 2016 12:00 Go to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
I noticed this line added in my .settings:

org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate

but do not remember having changed anything. What is it used for?

Thanks,
Felix
Re: what is org.eclipse.jdt.core.compiler.codegen.methodParameters? [message #1758218 is a reply to message #1748624] Fri, 24 March 2017 18:29 Go to previous message
Steven Hunter is currently offline Steven HunterFriend
Messages: 1
Registered: March 2017
Junior Member
I noticed this today as well, and found the following javadoc here:

public static final String COMPILER_CODEGEN_METHOD_PARAMETERS_ATTR
Compiler option ID: Generating Method Parameters Attribute.
When generated, this attribute will enable information about the formal parameters of a method (such as their names) to be accessed from reflection libraries, annotation processing, code weaving, and in the debugger, from platform target level 1.8 and later.

Option id:
"org.eclipse.jdt.core.compiler.codegen.methodParameters"
Possible values:
{ "generate", "do not generate" }
Default:
"do not generate"
Since:
3.10
See Also:
Constant Field Values
Category:
CompilerOptionID
Previous Topic:ECLIPSE TOMCAT INSTALLATION
Next Topic:Assignments coloring
Goto Forum:
  


Current Time: Thu Mar 28 14:53:38 GMT 2024

Powered by FUDForum. Page generated in 0.02399 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top