Class DefaultCSharpCompilerParser
- java.lang.Object
-
- org.codehaus.plexus.compiler.csharp.DefaultCSharpCompilerParser
-
public class DefaultCSharpCompilerParser extends java.lang.Object
Handles output from both mono with only the line numberex error = "/home/trygvis/dev/com.myrealbox/trunk/mcs/nunit20/core/./TestRunnerThread.cs(29) error CS0246: Cannot find type 'NameValueCollection'"
and errors from mono & csc on windows which has column num also
ex error = "src\\test\\csharp\\Hierarchy\\Logger.cs(98,4): warning CS0618: 'NUnit.Framework.Assertion' is obsolete: 'Use Assert class instead'";
-
-
Constructor Summary
Constructors Constructor Description DefaultCSharpCompilerParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.compiler.CompilerMessage
parseLine(java.lang.String line)
-