You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/12/23 06:23:10 UTC

[netbeans] branch master updated (7b3f4ee -> 8af7154)

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

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


    from 7b3f4ee  Removing the need for a default JS engine in JDK to call ant tryme. (#2594)
     new 5aca5b2  Make CreateElement fixes available as LSP CodeActions.
     new 0c290b4  Generate Overrride method puts in misleading comment - fixed.
     new e1ceda7  Licenseinfo for templates added.
     new 2ad9135  Fixing typo in licenseinfo.xml.
     new 8af7154  Merge pull request #2605 from dbalek/dbalek/lsp-createElementFixes

The 4768 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:
 .../modules/java/hints/errors/CreateClassFix.java  |  53 +++-
 .../java/hints/errors/CreateEnumConstant.java      |  14 +-
 .../modules/java/hints/errors/CreateFieldFix.java  |  32 ++-
 .../modules/java/hints/errors/CreateFixBase.java   |  32 +++
 .../modules/java/hints/errors/CreateMethodFix.java |  21 +-
 .../nbcode/integration/licenseinfo.xml             |  30 ++
 .../nbcode/integration/nbproject/project.xml       |  16 ++
 .../modules/nbcode/integration/package-info.java   |  33 +++
 .../resources/GeneratedMethodBody.template         |  13 +
 .../integration/resources/LambdaBody.template      |  14 +
 .../resources/OverriddenMethodBody.template        |  18 ++
 .../server/protocol/TextDocumentServiceImpl.java   |  60 +++-
 .../java/lsp/server/protocol/ServerTest.java       | 309 +++++++++++++++++++++
 13 files changed, 609 insertions(+), 36 deletions(-)
 create mode 100644 java/java.hints/src/org/netbeans/modules/java/hints/errors/CreateFixBase.java
 create mode 100644 java/java.lsp.server/nbcode/integration/licenseinfo.xml
 create mode 100644 java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/package-info.java
 create mode 100644 java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/resources/GeneratedMethodBody.template
 create mode 100644 java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/resources/LambdaBody.template
 create mode 100644 java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/resources/OverriddenMethodBody.template


---------------------------------------------------------------------
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