Open
Description
At the moment, Compiler.java rewrites the location of an error (elision of the absolute file path), while leaving the location of a compiler warning in its raw form.
Would be nice to have all the paths elided, no?
Doing this would also simplify the task of jumping to warning locations from the console, as has been requested in #3383