|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.togethersoft.sca.core.plugin.report.ReportMessage
| Constructor Summary | |
ReportMessage(java.lang.String projectName,
IAuditMessage msg)
|
|
| Method Summary | |
IAnalyzerDescriptor |
getAnalyzer()
Returns the descriptor of the code analyzer that produced this message. |
int |
getAstObjectKind()
Returns this object's kind, encoded as an integer. |
java.lang.String |
getCompilationUnitName()
Returns the CompilationUnit object name from message location. |
int |
getEndColumn()
Returns the end column number of the the element for which this message was produced. |
int |
getEndLine()
Returns the end line number of the the element for which this message was produced. |
java.lang.String |
getFileName()
Returns the name of the source file containing the element for which this message was produced. |
java.lang.String |
getMessage()
Returns the unformatted text of this message. |
java.lang.String |
getMethodName()
Returns the Method object name from message location. |
java.lang.String |
getPackageName()
Returns the Package object name from message location. |
java.lang.String |
getProblemSeverity()
Returns the text description of the severity of the problem that caused this message. |
java.lang.String |
getProjectName()
Returns the Package object name from message location. |
int |
getStartColumn()
Returns the start column number of the the element for which this message was produced. |
int |
getStartLine()
Returns the start line number of the the element for which this message was produced. |
IReportMessage[] |
getSubMessages()
Method getSubMessages. |
java.lang.String |
getTypeName()
Returns the Type object name from message location. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportMessage(java.lang.String projectName,
IAuditMessage msg)
| Method Detail |
public IAnalyzerDescriptor getAnalyzer()
IReportMessagenull if this message is not associated with any
code analyzer.getAnalyzer in interface IReportMessagecom.togethersoft.sca.core.plugin.report.IReportMessagepublic int getAstObjectKind()
IReportMessagegetAstObjectKind in interface IReportMessagepublic java.lang.String getCompilationUnitName()
IReportMessagenull if location doesn't contains
CompilationUnit object.getCompilationUnitName in interface IReportMessagecom.togethersoft.sca.core.plugin.report.IReportMessagepublic int getEndColumn()
IReportMessage0)
if this message is not associated with any source fragment.getEndColumn in interface IReportMessagepublic int getEndLine()
IReportMessage0)
if this message is not associated with any source fragment.getEndLine in interface IReportMessagepublic java.lang.String getFileName()
IReportMessage"") if this message is not associated with
any source file.getFileName in interface IReportMessagepublic java.lang.String getMessage()
IReportMessagegetMessage in interface IReportMessagecom.togethersoft.sca.core.plugin.report.IReportMessagepublic java.lang.String getMethodName()
IReportMessagenull if location doesn't contains
Method object.getMethodName in interface IReportMessagecom.togethersoft.sca.core.plugin.report.IReportMessagepublic java.lang.String getPackageName()
IReportMessagenull if location doesn't contains
Package object.getPackageName in interface IReportMessagecom.togethersoft.sca.core.plugin.report.IReportMessagepublic java.lang.String getProblemSeverity()
IReportMessagegetProblemSeverity in interface IReportMessagepublic java.lang.String getProjectName()
IReportMessagenull if location doesn't contains
Package object.getProjectName in interface IReportMessagecom.togethersoft.sca.core.plugin.report.IReportMessagepublic int getStartColumn()
IReportMessage0)
if this message is not associated with any source fragment.getStartColumn in interface IReportMessagepublic int getStartLine()
IReportMessage0)
if this message is not associated with any source fragment.getStartLine in interface IReportMessagepublic IReportMessage[] getSubMessages()
IReportMessagegetSubMessages in interface IReportMessagecom.togethersoft.sca.core.plugin.report.IReportMessagepublic java.lang.String getTypeName()
IReportMessagenull if location doesn't contains
Type object.getTypeName in interface IReportMessagecom.togethersoft.sca.core.plugin.report.IReportMessage
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||