You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many reports of this plugin not correctly regocnizing lines e.g.
/home/me/project/run.java:[245,15]
#96#81 and more.
However in the Unit-Tests exactly those examples are tested and working. So my guess is, since Intellij itself already finds links to files, their filter is probably executed first and prevents this plugin from working correctly.
Has anyone an idea how to make the consoleFilterProvider have higher priority than the default one?
There are many reports of this plugin not correctly regocnizing lines e.g.
#96 #81 and more.
However in the Unit-Tests exactly those examples are tested and working. So my guess is, since Intellij itself already finds links to files, their filter is probably executed first and prevents this plugin from working correctly.
Has anyone an idea how to make the consoleFilterProvider have higher priority than the default one?
@anthraxx are you still maintaining this project?
The text was updated successfully, but these errors were encountered: