Java org.eclipse.jdt.core.compiler CategorizedProblem fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.compiler CategorizedProblem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.compiler CategorizedProblem.

The text is from its open source code.

Subclass

org.eclipse.jdt.core.compiler.CategorizedProblem has subclasses.
Click this link to see all its subclasses.

Field

intCAT_UNSPECIFIED
List of standard category IDs used by Java problems, more categories will be added in the future.
intCAT_BUILDPATH
Category for problems related to buildpath
intCAT_SYNTAX
Category for fatal problems related to syntax
intCAT_IMPORT
Category for fatal problems in import statements
intCAT_TYPE
Category for fatal problems related to types, could be addressed by some type change
intCAT_MEMBER
Category for fatal problems related to type members, could be addressed by some field or method change
intCAT_INTERNAL
Category for fatal problems which could not be addressed by external changes, but require an edit to be addressed
intCAT_JAVADOC
Category for optional problems in Javadoc
intCAT_CODE_STYLE
Category for optional problems related to coding style practices
intCAT_POTENTIAL_PROGRAMMING_PROBLEM
Category for optional problems related to potential programming flaws
intCAT_NAME_SHADOWING_CONFLICT
Category for optional problems related to naming conflicts
intCAT_DEPRECATION
Category for optional problems related to deprecation
intCAT_UNNECESSARY_CODE
Category for optional problems related to unnecessary code
intCAT_UNCHECKED_RAW
Category for optional problems related to type safety in generics
intCAT_NLS
Category for optional problems related to internationalization of String literals
intCAT_RESTRICTION
Category for optional problems related to access restrictions

Method

intgetCategoryID()
Returns an integer identifying the category of this problem.
String[]getExtraMarkerAttributeNames()
Returns the names of the extra marker attributes associated to this problem when persisted into a marker by the JavaBuilder.
Object[]getExtraMarkerAttributeValues()
Returns the respective values for the extra marker attributes associated to this problem when persisted into a marker by the JavaBuilder.
StringgetMarkerType()
Returns the marker type associated to this problem, if it gets persisted into a marker by the JavaBuilder Standard Java problems are associated to marker type "org.eclipse.jdt.core.problem").