-
Notifications
You must be signed in to change notification settings - Fork 863
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8095 from matthiasblaesing/groovy-update
Update Groovy libraries to 3.0.23
- Loading branch information
Showing
188 changed files
with
591 additions
and
17,526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
.../test/unit/data/testfiles/AliasOccurrencesTester.groovy.testFieldStaticImport.occurrences
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...editor/test/unit/data/testfiles/AliasOccurrencesTester.groovy.testMethodAlias.occurrences
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.../groovy.editor/test/unit/data/testfiles/GroovyScopeTestcase.groovy.testClass3.occurrences
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
class TestCase extends ^java.lang.|>MARK_OCCURRENCES:Object<| { | ||
def test (|>MARK_OCCURRENCES:Object<| xy = 0 ) { | ||
def test (|>MARK_OCCURRENCES:Object<| xy = 0 ) { |
4 changes: 0 additions & 4 deletions
4
...ta/testfiles/completion/CamelCaseConstructor1.groovy.testCamelCaseConstructor1.completion
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
...testfiles/completion/ClassMethodFieldLong2.groovy.testClassMethodFieldLong2.21.completion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Code completion result for source line: | ||
longField.comp| | ||
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) | ||
------------------------------------ | ||
METHOD compare(long, long) [STATIC, int | ||
METHOD compareTo(Character) int | ||
METHOD compareTo(Long) [PUBLIC] int | ||
METHOD compareTo(Number) int | ||
METHOD compareUnsigned(long, long) [STATIC, int | ||
METHOD compress(long, long) [STATIC, long |
11 changes: 11 additions & 0 deletions
11
...files/completion/ClassMethodFieldString2.groovy.testClassMethodFieldString2.21.completion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Code completion result for source line: | ||
stringField.spli| | ||
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) | ||
------------------------------------ | ||
METHOD split() String[] | ||
METHOD split(Closure) Collection | ||
METHOD split(String) [PUBLIC] String[] | ||
METHOD split(String, int) [PUBLIC] String[] | ||
METHOD splitEachLine(CharSequence, Cl Object | ||
METHOD splitEachLine(Pattern, Closure Object | ||
METHOD splitWithDelimiters(String, in [PUBLIC] String[] |
10 changes: 10 additions & 0 deletions
10
...testfiles/completion/ClassMethodLocalLong2.groovy.testClassMethodLocalLong2.21.completion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Code completion result for source line: | ||
localLong.comp| | ||
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) | ||
------------------------------------ | ||
METHOD compare(long, long) [STATIC, int | ||
METHOD compareTo(Character) int | ||
METHOD compareTo(Long) [PUBLIC] int | ||
METHOD compareTo(Number) int | ||
METHOD compareUnsigned(long, long) [STATIC, int | ||
METHOD compress(long, long) [STATIC, long |
6 changes: 0 additions & 6 deletions
6
...st/unit/data/testfiles/completion/ConstructorCall1.groovy.testConstructorCall1.completion
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...itor/test/unit/data/testfiles/completion/ScriptLong2.groovy.testScriptLong2.21.completion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Code completion result for source line: | ||
l.comp| | ||
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) | ||
------------------------------------ | ||
METHOD compare(long, long) [STATIC, int | ||
METHOD compareTo(Character) int | ||
METHOD compareTo(Long) [PUBLIC] int | ||
METHOD compareTo(Number) int | ||
METHOD compareUnsigned(long, long) [STATIC, int | ||
METHOD compress(long, long) [STATIC, long |
11 changes: 11 additions & 0 deletions
11
.../test/unit/data/testfiles/completion/ScriptString2.groovy.testScriptString2.21.completion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Code completion result for source line: | ||
s.spli| | ||
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) | ||
------------------------------------ | ||
METHOD split() String[] | ||
METHOD split(Closure) Collection | ||
METHOD split(String) [PUBLIC] String[] | ||
METHOD split(String, int) [PUBLIC] String[] | ||
METHOD splitEachLine(CharSequence, Cl Object | ||
METHOD splitEachLine(Pattern, Closure Object | ||
METHOD splitWithDelimiters(String, in [PUBLIC] String[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.