You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ak...@apache.org on 2021/07/19 09:24:55 UTC

[netbeans] branch master updated (06ec476 -> 93db28a)

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

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


    from 06ec476  Merge pull request #3061 from matthiasblaesing/excessive_cpu_usage_lsp_client
     add 93db28a  Fixed test cases to run/pass on JDK17 (#2954)

No new revisions were added by this update.

Summary of changes:
 .../base/javadoc/JavadocCompletionUtils.java       |   2 +-
 .../java/editor/base/javadoc/JavadocImports.java   | 473 +++++++++++++++++-
 .../java/editor/base/javadoc/Utilities.java        | 543 +++++++++++++++++++++
 .../editor/base/semantic/UnusedDetectorTest.java   |   2 +-
 .../{1.8 => 17}/testGenerate129140.pass            |   0
 .../{1.8 => 17}/testGenerate133625a.pass           |   0
 .../{1.8 => 17}/testGenerate133625b.pass           |   0
 .../{1.8 => 17}/testGenerate133625c.pass           |   0
 .../{1.8 => 17}/testGenerate133625d.pass           |   0
 .../{1.8 => 17}/testMethodProposals1.pass          |   0
 .../17/testMethodProposals2.pass                   |  46 ++
 .../17/testMethodProposals3.pass                   |  82 ++++
 .../modules/editor/java/GoToSupportTest.java       |  17 +-
 13 files changed, 1140 insertions(+), 25 deletions(-)
 create mode 100644 java/java.editor.base/src/org/netbeans/modules/java/editor/base/javadoc/Utilities.java
 copy java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/{1.8 => 17}/testGenerate129140.pass (100%)
 copy java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/{1.8 => 17}/testGenerate133625a.pass (100%)
 copy java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/{1.8 => 17}/testGenerate133625b.pass (100%)
 copy java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/{1.8 => 17}/testGenerate133625c.pass (100%)
 copy java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/{1.8 => 17}/testGenerate133625d.pass (100%)
 copy java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/{1.8 => 17}/testMethodProposals1.pass (100%)
 create mode 100644 java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/17/testMethodProposals2.pass
 create mode 100644 java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/17/testMethodProposals3.pass

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