diff --git a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm b/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm index e8c87f8..a5d45d6 100644 --- a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm +++ b/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm @@ -2065,6 +2065,21 @@ IGNORE +Reporting Unused Type Parameter (COMPILER_PB_UNUSED_TYPE_PARAMETER) + + +When enabled, the compiler will issue an error or a warning for an unused type parameter. +ERROR + + +WARNING + + +IGNORE + + Reporting Unused Import (COMPILER_PB_UNUSED_IMPORT) @@ -2072,7 +2087,6 @@ When enabled, the compiler will issue an error or a warning for unused import reference. ERROR - +

Unused type parameter

+ + +

When enabled, the compiler will issue an error or a warning for unused type parameter.

+ + +

Ignore

+ + + +

Unused import