Package ai.platon.pulsar.coding
Object MavenBuildSupport.Companion
-
- All Implemented Interfaces:
public class MavenBuildSupport.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static MavenBuildSupport.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<BuildDiagnostic>parseDiagnostics(String output)Parse Kotlin/Java compiler errors from Maven output. -
-
Method Detail
-
parseDiagnostics
final List<BuildDiagnostic> parseDiagnostics(String output)
Parse Kotlin/Java compiler errors from Maven output.
Handles the two dominant formats:
file:///D:/.../Foo.kt:12:5 error: Unresolved reference 'bar'D:\...\Foo.kt:12:5: error: ...(Windows, some toolchains)Maven reactor ERROR lines with
path\Foo.kt:12style
-
-
-
-