You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sd...@apache.org on 2022/03/25 10:26:55 UTC

[netbeans] branch master updated (2b80a5d -> c249831)

This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 2b80a5d  Minor bug fixes. (#3847)
     new 32e8111  Anticipate non-java files.
     new 8d20329  Maven MIME registration moved to lower layer.
     new b42190d  LSP error provider added, parser tasks adapted
     new af86882  Generic fallback Hints to LSP ErrorProvider bridge added.
     new 9f66253  Allowed maven.hints in vscode
     new c249831  Merge pull request #3833 from sdedic/lsp/maven-editor-hints

The 6791 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ide/spi.editor.hints/nbproject/project.xml         |  25 ++--
 .../modules/editor/hints/AnnotationHolder.java     |   4 +
 .../editor/hints/lsp/HintsDiagnosticsProvider.java | 102 ++++++++++++++
 .../nbcode/nbproject/platform.properties           |   1 -
 .../server/protocol/TextDocumentServiceImpl.java   |   5 +
 java/java.lsp.server/vscode/src/extension.ts       |   3 +-
 .../modules/maven/grammar/Bundle.properties        |   2 -
 .../modules/maven/grammar/POMDataObject.java       |   5 -
 java/maven.hints/nbproject/project.xml             |  17 +++
 .../maven/hints/pom/LspMavenErrorProvider.java     | 148 +++++++++++++++++++++
 .../maven/hints/pom/MavenFileHintsTask.java        |   6 +-
 .../maven/hints/pom/MavenSelectionHintsTask.java   |  28 ++--
 .../modules/maven/hints/pom/PomModelUtils.java     |   2 +-
 .../org/netbeans/modules/maven/Bundle.properties   |   3 +
 .../netbeans/modules/maven/NbMavenProjectImpl.java |   6 +
 .../org/netbeans/modules/maven}/POMResolver.xml    |   0
 16 files changed, 322 insertions(+), 35 deletions(-)
 create mode 100644 ide/spi.editor.hints/src/org/netbeans/modules/editor/hints/lsp/HintsDiagnosticsProvider.java
 create mode 100644 java/maven.hints/src/org/netbeans/modules/maven/hints/pom/LspMavenErrorProvider.java
 rename java/{maven.grammar/src/org/netbeans/modules/maven/grammar => maven/src/org/netbeans/modules/maven}/POMResolver.xml (100%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists