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

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


    from 2651464471 Merge pull request #4871 from apache/delivery
     new 7bfe9cc204 Fixing java.editor tests (and behavior, where needed), 
adding the tests into GH actions.
     new 01325508d9 Fixing dependencies.
     new fb164d7cb8 Cleanup, running tests on JDK 11.
     new f276f4d2cb Resolving golden files for DelegateMethodGeneratorTest
     new ad32eeff7c Merge pull request #4931 from jlahoda/fix-java.editor-tests

The 7669 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:
 .github/workflows/main.yml                         |  8 +++
 .../java/editor/javadoc/JavadocCompletionTask.java | 68 +++++++++++++------
 ...adocsnippet_HighlightAndReplace_cornercase.pass | 20 +-----
 .../GoToSupportTest/javadocsnippet_LinkTag.pass    | 23 +------
 ...adocsnippet_LinkTag_AlongWith_HighlightTag.pass | 22 +-----
 ...avadocsnippet_LinkTag_AlongWith_ReplaceTag.pass | 22 +-----
 ...t_LinkTag_AlongWith_SubStringAndReplaceTag.pass | 24 +------
 .../javadocsnippet_LinkTag_AppliesToNextLine.pass  | 24 +------
 ...vadocsnippet_LinkTag_EmptyReplacementValue.pass | 26 ++-----
 ...pet_LinkTag_FieldRef_ToThisClass_UsingHash.pass | 22 +-----
 ...csnippet_LinkTag_Ref_ToThisClass_UsingHash.pass | 22 +-----
 ...javadocsnippet_LinkTag_With_RegexAndRegion.pass | 27 ++------
 ...avadocsnippet_LinkTag_With_RegionAttribute.pass | 29 ++------
 ...javadocsnippet_Link_MultipleTag_OnSameLine.pass | 23 +------
 ...snippet_NestedRegion_Highlight_And_replace.pass | 18 -----
 ...ippet_NestedRegion_ReplaceAnnotation_Regex.pass | 18 -----
 ...t_NestedRegion_ReplaceAnnotation_Substring.pass | 18 -----
 ...adocsnippet_Region_ReplaceAnnotation_Regex.pass | 18 -----
 ...t_Region_ReplaceAnnotation_RegexInnComment.pass | 18 -----
 ...SingleLine_MultipleReplaceAnnotation_Regex.pass | 18 -----
 ...leLine_MultipleReplaceAnnotation_Substring.pass | 18 -----
 ...leLine_ReplaceAnnotation_Regex_DoubleQuote.pass | 18 -----
 .../javadocsnippet_SingleLine_Replace_Regex.pass   | 18 -----
 ...javadocsnippet_SingleLine_Replace_RegexDot.pass | 18 -----
 ...docsnippet_SingleLine_Replace_RegexDotStar.pass | 18 -----
 ...avadocsnippet_SingleLine_Replace_Substring.pass | 18 -----
 .../javadocsnippet_TestError_HighlightTag.pass     | 18 -----
 .../javadocsnippet_TestError_LinkTag.pass          | 24 +------
 .../javadocsnippet_TestError_NoRegionToEnd.pass    | 18 -----
 .../javadocsnippet_TestError_ReplaceTag.pass       | 18 -----
 .../javadocsnippet_TestError_UnpairedRegion.pass   | 18 -----
 .../javadocsnippet_external_file.pass              | 18 -----
 .../GoToSupportTest/javadocsnippet_file_empty.pass | 18 -----
 .../javadocsnippet_file_invalid.pass               | 18 -----
 .../javadocsnippet_highlightRecord.pass            | 18 -----
 ...et_highlightTagRegexWithAllCharacterChange.pass | 18 -----
 ...ightTagRegexWithAllCharacterChangeUsingDot.pass | 18 -----
 ...ippet_highlightTagSubstringApplyToNextLine.pass | 18 -----
 ...ngMultipleSnippetTagInOneJavaDocWithRegion.pass | 56 +++++----------
 ...javadocsnippet_highlightUsingNestedRegions.pass | 18 -----
 .../javadocsnippet_highlightUsingRegex.pass        | 18 -----
 ..._highlightUsingRegionsEndedWithDoubleColon.pass | 18 -----
 .../javadocsnippet_highlightUsingSubstring.pass    | 18 -----
 ...docsnippet_highlightUsingSubstringAndRegex.pass | 18 -----
 ...nippet_highlightUsingSubstringRegexAndType.pass | 18 -----
 .../javadocsnippet_noMarkupTagPresent.pass         | 18 -----
 .../javadocsnippet_region_invalid.pass             | 18 -----
 .../javadocsnippet_region_valid.pass               | 18 -----
 .../{17 => 11}/testMethodProposals2.pass           |  0
 .../11/testMethodProposals3.pass                   | 75 ++++++++++++++++++++
 .../12/testMethodProposals3.pass                   | 79 ++++++++++++++++++++++
 .../{17 => 13}/testMethodProposals3.pass           |  0
 .../17/testGenerate129140.pass                     | 18 -----
 .../17/testGenerate133625a.pass                    | 18 -----
 .../17/testGenerate133625b.pass                    | 18 -----
 .../17/testGenerate133625c.pass                    | 19 ------
 .../17/testGenerate133625d.pass                    | 18 -----
 .../17/testMethodProposals1.pass                   |  5 --
 .../modules/editor/java/GoToSupportTest.java       | 41 +----------
 .../codegen/DelegateMethodGeneratorTest.java       | 29 +++++++-
 .../editor/javadoc/JavadocCompletionQueryTest.java | 30 ++++++++
 java/java.sourceui/nbproject/project.xml           |  8 +++
 .../api/java/source/ui/ElementJavadoc.java         | 38 +++++------
 63 files changed, 348 insertions(+), 1064 deletions(-)
 copy 
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/{17
 => 11}/testMethodProposals2.pass (100%)
 create mode 100644 
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/11/testMethodProposals3.pass
 create mode 100644 
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/12/testMethodProposals3.pass
 copy 
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/{17
 => 13}/testMethodProposals3.pass (100%)
 delete mode 100644 
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/17/testGenerate129140.pass
 delete mode 100644 
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/17/testGenerate133625a.pass
 delete mode 100644 
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/17/testGenerate133625b.pass
 delete mode 100644 
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/17/testGenerate133625c.pass
 delete mode 100644 
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/17/testGenerate133625d.pass
 delete mode 100644 
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/codegen/DelegateMethodGeneratorTest/17/testMethodProposals1.pass


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to