Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] [1.5] Added option to flag type parameter bound to final type



* COMPILER / Reporting final Bound for Type Parameter
*    When enabled, the compiler will issue an error or a warning whenever a
generic type parameter is associated with a
*    bound corresponding to a final type; since final types cannot be
further extended, the parameter is pretty useless.
*     - option id:
"org.eclipse.jdt.core.compiler.problem.finalParameterBound"
*     - possible values:   { "error", "warning", "ignore" }
*     - default:           "ignore"



Back to the top