Uses of Class
org.aspectj.org.eclipse.jdt.core.compiler.CategorizedProblem
Packages that use CategorizedProblem
Package
Description
This package contains compiler associated infrastructure APIs.
-
Uses of CategorizedProblem in org.aspectj.ajdt.ajc
Methods in org.aspectj.ajdt.ajc with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidBuildArgParser.addExtraProblems(CategorizedProblem problem) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.core.compiler
Methods in org.aspectj.org.eclipse.jdt.core.compiler that return CategorizedProblemModifier and TypeMethodDescriptionReconcileContext.getProblems(String markerType) Returns the problems to be reported to the problem requestor of the reconcile operation for the given marker type.Methods in org.aspectj.org.eclipse.jdt.core.compiler with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidReconcileContext.putProblems(String markerType, CategorizedProblem[] problems) Sets the problems to be reported to the problem requestor of the reconcile operation for the given marker type.voidBuildContext.recordNewProblems(CategorizedProblem[] newProblems) Record new problems to report against this compilationUnit. -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist that return CategorizedProblemModifier and TypeMethodDescriptionCompletionEngine.CompletionProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int start, int end, int lineNumber, int columnNumber) CompletionEngine.CompletionProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int start, int end, int lineNumber, int columnNumber) Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidISelectionRequestor.acceptError(CategorizedProblem error) Code assist notification of a compilation error detected during selection.protected voidCompletionEngine.printDebug(CategorizedProblem error) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler
Fields in org.aspectj.org.eclipse.jdt.internal.compiler declared as CategorizedProblemMethods in org.aspectj.org.eclipse.jdt.internal.compiler that return CategorizedProblemModifier and TypeMethodDescriptionIProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber) Answer a new IProblem created according to the parameters values.IProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber) CompilationResult.getAllProblems()CompilationResult.getCUProblems()Same as getProblems() but don't answer problems that actually concern the enclosing package.CompilationResult.getErrors()Answer the errors encountered during compilation.CompilationResult.getProblems()Answer the problems (errors and warnings) encountered during compilation.CompilationResult.getTasks()Answer the tasks (TO-DO, ...) encountered during compilation.Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidIDocumentElementRequestor.acceptProblem(CategorizedProblem problem) voidISourceElementRequestor.acceptProblem(CategorizedProblem problem) voidSourceElementRequestorAdapter.acceptProblem(CategorizedProblem problem) voidClassFile.addProblemClinit(CategorizedProblem[] problems) INTERNAL USE-ONLY Generate the byte for a problem clinit method info that correspond to a boggus method.voidClassFile.addProblemConstructor(AbstractMethodDeclaration method, MethodBinding methodBinding, CategorizedProblem[] problems) INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus constructor.voidClassFile.addProblemConstructor(AbstractMethodDeclaration method, MethodBinding methodBinding, CategorizedProblem[] problems, int savedOffset) INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus constructor.voidClassFile.addProblemMethod(AbstractMethodDeclaration method, MethodBinding methodBinding, CategorizedProblem[] problems) INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus method.voidClassFile.addProblemMethod(AbstractMethodDeclaration method, MethodBinding methodBinding, CategorizedProblem[] problems, int savedOffset) INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus method.voidCompilationResult.record(CategorizedProblem newProblem, ReferenceContext referenceContext) voidCompilationResult.record(CategorizedProblem newProblem, ReferenceContext referenceContext, boolean mandatoryError) voidCompilationResult.removeProblem(CategorizedProblem problem) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
-
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidAbstractMethodDeclaration.abort(int abortLevel, CategorizedProblem problem) voidCompilationUnitDeclaration.abort(int abortLevel, CategorizedProblem problem) voidLambdaExpression.abort(int abortLevel, CategorizedProblem problem) voidModuleDeclaration.abort(int abortLevel, CategorizedProblem problem) voidTypeDeclaration.abort(int abortLevel, CategorizedProblem problem) booleanCompilationUnitDeclaration.isSuppressed(CategorizedProblem problem) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.batch with type parameters of type CategorizedProblemMethods in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidMain.addExtraProblems(CategorizedProblem problem) intMain.Logger.logProblems(CategorizedProblem[] problems, char[] unitSource, Main currentMain) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.impl
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.impl with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidReferenceContext.abort(int abortLevel, CategorizedProblem problem) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Subclasses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.problemFields in org.aspectj.org.eclipse.jdt.internal.compiler.problem declared as CategorizedProblemMethods in org.aspectj.org.eclipse.jdt.internal.compiler.problem that return CategorizedProblemModifier and TypeMethodDescriptionDefaultProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber) DefaultProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber) Answer a new IProblem created according to the parameters value originatingFileName the name of the file name from which the problem is originated problemId the problem id problemArguments the fully qualified arguments recorded inside the problem messageArguments the arguments needed to set the error message (shorter names than problemArguments ones) severity the severity of the problem startPosition the starting position of the problem endPosition the end position of the problem lineNumber the line on which the problem occuredProblemHandler.createProblem(char[] fileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int problemStartPosition, int problemEndPosition, int lineNumber, int columnNumber) ProblemHandler.createProblem(char[] fileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int problemStartPosition, int problemEndPosition, int lineNumber, int columnNumber) Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type CategorizedProblemModifier and TypeMethodDescriptionfinal StringDefaultProblemFactory.localizedMessage(CategorizedProblem problem) voidProblemHandler.record(CategorizedProblem problem, CompilationResult unitResult, ReferenceContext referenceContext, boolean mandatoryError) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type CategorizedProblemModifierConstructorDescriptionAbortCompilation(CompilationResult compilationResult, CategorizedProblem problem) AbortCompilationUnit(CompilationResult compilationResult, CategorizedProblem problem) AbortMethod(CompilationResult compilationResult, CategorizedProblem problem) AbortType(CompilationResult compilationResult, CategorizedProblem problem) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.tool
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.tool with parameters of type CategorizedProblemModifier and TypeMethodDescriptionstatic EclipseDiagnosticEclipseDiagnostic.newInstance(CategorizedProblem problem, DefaultProblemFactory factory) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core that return CategorizedProblemModifier and TypeMethodDescriptionCancelableProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber) CancelableProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber) Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidSelectionRequestor.acceptError(CategorizedProblem error) voidCompilationUnitStructureRequestor.acceptProblem(CategorizedProblem problem) voidSourceMapper.acceptProblem(CategorizedProblem problem) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core.builder
Fields in org.aspectj.org.eclipse.jdt.internal.core.builder declared as CategorizedProblemModifier and TypeFieldDescriptionprotected CategorizedProblem[]CompilationParticipantResult.problemsMethods in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidCompilationParticipantResult.recordNewProblems(CategorizedProblem[] newProblems) Record new problems to report against this compilationUnit.protected voidAbstractImageBuilder.storeProblemsFor(SourceFile sourceFile, CategorizedProblem[] problems) Creates a marker from each problem and adds it to the resource.protected voidBatchImageBuilder.storeProblemsFor(SourceFile sourceFile, CategorizedProblem[] problems) protected voidAbstractImageBuilder.storeTasksFor(SourceFile sourceFile, CategorizedProblem[] tasks) protected voidBuildNotifier.updateProblemCounts(CategorizedProblem[] newProblems) protected voidBuildNotifier.updateProblemCounts(org.eclipse.core.resources.IMarker[] oldProblems, CategorizedProblem[] newProblems) Update the problem counts from one compilation result given the old and new problems, either of which may be null. -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core.eval
Methods in org.aspectj.org.eclipse.jdt.internal.core.eval with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidRequestorWrapper.acceptProblem(CategorizedProblem problem, char[] fragmentSource, int fragmentKind) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core.jdom
Methods in org.aspectj.org.eclipse.jdt.internal.core.jdom with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidDOMBuilder.acceptProblem(CategorizedProblem problem) Deprecated.Sets the abort flag to true.voidSimpleDOMBuilder.acceptProblem(CategorizedProblem problem) Deprecated.Does nothing. -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidSourceIndexerRequestor.acceptProblem(CategorizedProblem problem) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core.util
Fields in org.aspectj.org.eclipse.jdt.internal.core.util declared as CategorizedProblemConstructors in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type CategorizedProblemModifierConstructorDescriptionRecordedParsingInformation(CategorizedProblem[] problems, int[] lineEnds, int[][] commentPositions) -
Uses of CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.eval
Methods in org.aspectj.org.eclipse.jdt.internal.eval that return CategorizedProblemModifier and TypeMethodDescriptionEvaluationResult.getProblems()Returns an array of problems (errors and warnings) encountered during the compilation of a code snippet or a global variable definition, or during the analysis of a package name or an import.Methods in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type CategorizedProblemModifier and TypeMethodDescriptionvoidIRequestor.acceptProblem(CategorizedProblem problem, char[] fragmentSource, int fragmentKind) protected voidCodeSnippetEvaluator.addEvaluationResultForCompilationProblem(Map<char[], EvaluationResult> resultsByIDs, CategorizedProblem problem, char[] cuSource) protected abstract voidEvaluator.addEvaluationResultForCompilationProblem(Map<char[], EvaluationResult> resultsByIDs, CategorizedProblem problem, char[] cuSource) Adds the given problem to the corresponding evaluation result in the given table.protected voidVariablesEvaluator.addEvaluationResultForCompilationProblem(Map<char[], EvaluationResult> resultsByIDs, CategorizedProblem problem, char[] cuSource) Constructors in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type CategorizedProblemModifierConstructorDescriptionEvaluationResult(char[] evaluationID, int evaluationType, CategorizedProblem[] problems)