ecj spams the console with irrelevant zip exceptions#5189
ecj spams the console with irrelevant zip exceptions#5189stephan-herrmann wants to merge 1 commit into
Conversation
+ improve error message + remove printing of stack traces + make err printout testable Fixes eclipse-jdt#1578
|
Implements the following idea from #1578:
I removed In order to make this testable, I also redirect the printout via This comes with the risk, that some build tools will only now begin to "see" these messages, and ecj cannot know, how those tools will interpret this (perhaps this will cause them to mark a compilation as failed). |
Fixes #1578