Treehopper
Treehopper
It think it would be big improvement, if the up and down buttons could be used to select from the history. I would not get rid of the popup dialog...
- add tests to ban Xerces types from public API in services package - record current violations to avoid test failure - freeze rules to prevent introduction of new violations...
I checked if it would be possible to migrate to JDK, and ran into this issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=536928 I learned that JDT is correctly reporting an error, whereas the Maven build...
I am currently implementing an `IXMLExtension` to enhance the editing of Liquibase XML files. I am using JPMS on my artifact with the following `module-info.java` ``` import org.eclipse.lsp4xml.services.extensions.IXMLExtension; import org.foobar.LiquibasePlugin;...
I first thought Eclipse is stuck in some kind of feedback loop, but using flight recorder, I realized there must be an open modal dialog. I was able to confirm...
JPMS is causing trouble. I excluded _module-info.java_ files via the Maven compiler plugin. Maybe there is a better solution. org.apache.maven.plugins maven-compiler-plugin **/module-info.java