internal-tools: move the InvalidCompilationListener to the internal tools

There is no demand for the feature in the Java plugin at the moment. At the same time, we'd like to extend it by some internal capabilities like reporting to Slack, which is more convenient to do when the whole feature is located in a single module.

GitOrigin-RevId: 0249858bb6824a3cab4e416b9ebc2eb83ba295ae
This commit is contained in:
Kirill Likhodedov
2024-02-09 16:03:27 +01:00
committed by intellij-monorepo-bot
parent 8fad92c453
commit ba0d2499cd
5 changed files with 0 additions and 180 deletions

View File

@@ -1921,11 +1921,6 @@ intention.family.name.add.main.method=Add 'main' method
intention.sequenced.collection.can.be.used.display.name=SequencedCollection method can be used
intention.sequenced.collection.can.be.used.fix.name=Replace with SequencedCollection method call
invalid.compilation.notification.title=Invalid compilation error
invalid.compilation.notification.content=Try to rebuild only the affected module
invalid.compilation.notification.action.rebuild=Rebuild module {0}
invalid.compilation.notification.action.rebuild.error.description=Module {0} not found
invalid.compilation.notification.action.rebuild.error.title=Can''t Rebuild Module {0}
inspection.mapping.before.count.family.name=Mapping call before count()
inspection.mapping.before.count.message=The ''{0}()'' call does not change the final count and might be optimized out.
unknown.library=Unknown Library