Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2013-09-02 16:37:46 +0000
committerMarkus Keller2013-09-02 16:37:46 +0000
commit61b4575960528ac688fc5bc949ecad7b3249363c (patch)
tree1fd0da2a9e57242745b696ce2c220897e94162e5
parent76dc891d5dbc6900aea0cca077cfdbf2e25e5db5 (diff)
downloadeclipse.jdt.ui-61b4575960528ac688fc5bc949ecad7b3249363c.tar.gz
eclipse.jdt.ui-61b4575960528ac688fc5bc949ecad7b3249363c.tar.xz
eclipse.jdt.ui-61b4575960528ac688fc5bc949ecad7b3249363c.zip
COMPILER_PB_UNAVOIDABLE_GENERIC_TYPE_PROBLEMS misses "raw type"
-rw-r--r--org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties
index 20c25a4bca..f1a4df09ab 100644
--- a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties
+++ b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties
@@ -412,7 +412,7 @@ ProblemSeveritiesConfigurationBlock_enable_syntactic_null_analysis_for_fields=En
ProblemSeveritiesConfigurationBlock_inherit_null_annotations=Inherit null annotations
ProblemSeveritiesConfigurationBlock_common_description=&Select the severity level for the following optional problems:
-ProblemSeveritiesConfigurationBlock_pb_unavoidable_generic_type_problems=Ignore unavoidable generic type problems
+ProblemSeveritiesConfigurationBlock_pb_unavoidable_generic_type_problems=Ignore unavoidable generic type problems due to raw APIs
ProblemSeveritiesConfigurationBlock_pb_unsafe_type_op_label=Unchecked generic type operation:
ProblemSeveritiesConfigurationBlock_pb_raw_type_reference=Usage of a raw type:
ProblemSeveritiesConfigurationBlock_pb_final_param_bound_label=Generic t&ype parameter declared with a final type bound:

Back to the top