Class JavacAlert
java.lang.Object
uno.anahata.asi.nb.tools.project.alerts.JavacAlert
Represents a single Java compiler alert (error or warning).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filePath
The absolute path to the Java source file. -
kind
The kind of alert (e.g., ERROR, WARNING). -
lineNumber
private final int lineNumberThe line number (1-based). -
columnNumber
private final int columnNumberThe column number (1-based). -
message
The compiler message.
-
-
Constructor Details
-
JavacAlert
public JavacAlert()
-

