Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] Branch fixes

ErrorParserManager.java, MakeErroParser.java:
was throwing NoSuchElement exception, trying to pop an empty stack.
The MakeErrorParser is tracking "Entering .." and "Leaving " directories.

CBuilder.java:  If the application to build was not found we did not check
and end up with a NPE, check it and show the error message in C-Build view.



Back to the top