Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update groovy.editor test data and test on JDK 17 #7415

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '8' ]
java: [ '17' ]
fail-fast: false
steps:

Expand Down Expand Up @@ -1909,12 +1909,6 @@ jobs:
- name: groovy/groovy.support
run: ant $OPTS -f groovy/groovy.support test

# - name: groovy/groovy
# run: ant $OPTS -f groovy/groovy test

# - name: groovy/groovy.java
# run: ant $OPTS -f groovy/groovy.java test

# - name: groovy/groovy.kit
# run: ant $OPTS -f groovy/groovy.kit test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,92 @@ CLASS WeakHashMap null
CLASS Writable null
CLASS WriteAbortedException null
CLASS Writer null
METHOD addShutdownHook(Closure) void
METHOD any() boolean
METHOD any(Closure) boolean
METHOD asBoolean() boolean
METHOD asType(Class) Object
METHOD clone() [PROTECTE Object
METHOD collect() Collection
METHOD collect(Closure) List
METHOD collect(Collection, Closure) Collection
METHOD dump() String
METHOD each(Closure) Object
METHOD eachWithIndex(Closure) Object
METHOD equals(Object) [PUBLIC] boolean
METHOD evaluate(File) [PUBLIC] Object
METHOD evaluate(String) [PUBLIC] Object
METHOD every() boolean
METHOD every(Closure) boolean
METHOD finalize() [PROTECTE void
METHOD find() Object
METHOD find(Closure) Object
METHOD findAll() Collection
METHOD findAll(Closure) Collection
METHOD findIndexOf(Closure) int
METHOD findIndexOf(int, Closure) int
METHOD findIndexValues(Closure) List
METHOD findIndexValues(Number, Closur List
METHOD findLastIndexOf(Closure) int
METHOD findLastIndexOf(int, Closure) int
METHOD findResult(Closure) Object
METHOD findResult(Object, Closure) Object
METHOD getAt(String) Object
METHOD getBinding() [PUBLIC] Binding
METHOD getClass() [PUBLIC] Class<?>
METHOD getMetaClass() MetaClass
METHOD getMetaPropertyValues() List
METHOD getProperties() Map
METHOD getProperty(String) [PUBLIC] Object
METHOD grep() Collection
METHOD grep(Object) Collection
METHOD hasProperty(String) MetaProperty
METHOD hashCode() [PUBLIC] int
METHOD identity(Closure) Object
METHOD inject(Closure) Object
METHOD inject(Object, Closure) Object
METHOD inspect() String
METHOD invokeMethod(String, Object) Object
METHOD is(Object) boolean
METHOD isCase(Object) boolean
METHOD iterator() Iterator
METHOD main(String[]) [STATIC, void
METHOD metaClass(Closure) MetaClass
METHOD notify() [PUBLIC] void
METHOD notifyAll() [PUBLIC] void
METHOD print(Object) void
METHOD print(PrintWriter) void
METHOD printf(String, Object) void
METHOD printf(String, Object) void
METHOD println() void
METHOD println(Object) void
METHOD println(PrintWriter) void
METHOD putAt(String, Object) void
METHOD respondsTo(String) List
METHOD respondsTo(String, Object) List
METHOD run() [PUBLIC] Object
METHOD run(File, String[]) [PUBLIC] void
METHOD setBinding(Binding) [PUBLIC] void
METHOD setMetaClass(MetaClass) void
METHOD setProperty(String, Object) [PUBLIC] void
METHOD sleep(long) void
METHOD sleep(long, Closure) void
METHOD split(Closure) Collection
METHOD sprintf(String, Object) String
METHOD sprintf(String, Object) String
METHOD stream() Stream
METHOD tap(Closure) Object
METHOD test() [PUBLIC] boolean
METHOD toString() String
METHOD use(Class, Closure) Object
METHOD use(List, Closure) Object
METHOD use(Object[]) Object
METHOD wait() [PUBLIC] void
METHOD wait(long) [PUBLIC] void
METHOD wait(long, int) [PUBLIC] void
METHOD with(Closure) Object
METHOD with(boolean, Closure) Object
METHOD withTraits(Class[]) Object
FIELD binding [PUBLIC] Binding
FIELD class [PUBLIC] Class
FIELD defaultMetaClass [PRIVATE] MetaClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,92 @@ CLASS WeakHashMap null
CLASS Writable null
CLASS WriteAbortedException null
CLASS Writer null
METHOD addShutdownHook(Closure) void
METHOD any() boolean
METHOD any(Closure) boolean
METHOD asBoolean() boolean
METHOD asType(Class) Object
METHOD clone() [PROTECTE Object
METHOD collect() Collection
METHOD collect(Closure) List
METHOD collect(Collection, Closure) Collection
METHOD dump() String
METHOD each(Closure) Object
METHOD eachWithIndex(Closure) Object
METHOD equals(Object) [PUBLIC] boolean
METHOD evaluate(File) [PUBLIC] Object
METHOD evaluate(String) [PUBLIC] Object
METHOD every() boolean
METHOD every(Closure) boolean
METHOD finalize() [PROTECTE void
METHOD find() Object
METHOD find(Closure) Object
METHOD findAll() Collection
METHOD findAll(Closure) Collection
METHOD findIndexOf(Closure) int
METHOD findIndexOf(int, Closure) int
METHOD findIndexValues(Closure) List
METHOD findIndexValues(Number, Closur List
METHOD findLastIndexOf(Closure) int
METHOD findLastIndexOf(int, Closure) int
METHOD findResult(Closure) Object
METHOD findResult(Object, Closure) Object
METHOD getAt(String) Object
METHOD getBinding() [PUBLIC] Binding
METHOD getClass() [PUBLIC] Class<?>
METHOD getMetaClass() MetaClass
METHOD getMetaPropertyValues() List
METHOD getProperties() Map
METHOD getProperty(String) [PUBLIC] Object
METHOD grep() Collection
METHOD grep(Object) Collection
METHOD hasProperty(String) MetaProperty
METHOD hashCode() [PUBLIC] int
METHOD identity(Closure) Object
METHOD inject(Closure) Object
METHOD inject(Object, Closure) Object
METHOD inspect() String
METHOD invokeMethod(String, Object) Object
METHOD is(Object) boolean
METHOD isCase(Object) boolean
METHOD iterator() Iterator
METHOD main(String[]) [STATIC, void
METHOD metaClass(Closure) MetaClass
METHOD notify() [PUBLIC] void
METHOD notifyAll() [PUBLIC] void
METHOD print(Object) void
METHOD print(PrintWriter) void
METHOD printf(String, Object) void
METHOD printf(String, Object) void
METHOD println() void
METHOD println(Object) void
METHOD println(PrintWriter) void
METHOD putAt(String, Object) void
METHOD respondsTo(String) List
METHOD respondsTo(String, Object) List
METHOD run() [PUBLIC] Object
METHOD run(File, String[]) [PUBLIC] void
METHOD setBinding(Binding) [PUBLIC] void
METHOD setMetaClass(MetaClass) void
METHOD setProperty(String, Object) [PUBLIC] void
METHOD sleep(long) void
METHOD sleep(long, Closure) void
METHOD split(Closure) Collection
METHOD sprintf(String, Object) String
METHOD sprintf(String, Object) String
METHOD stream() Stream
METHOD tap(Closure) Object
METHOD test() [PUBLIC] boolean
METHOD toString() String
METHOD use(Class, Closure) Object
METHOD use(List, Closure) Object
METHOD use(Object[]) Object
METHOD wait() [PUBLIC] void
METHOD wait(long) [PUBLIC] void
METHOD wait(long, int) [PUBLIC] void
METHOD with(Closure) Object
METHOD with(boolean, Closure) Object
METHOD withTraits(Class[]) Object
FIELD binding [PUBLIC] Binding
FIELD class [PUBLIC] Class
FIELD defaultMetaClass [PRIVATE] MetaClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,92 @@ CLASS WeakHashMap null
CLASS Writable null
CLASS WriteAbortedException null
CLASS Writer null
METHOD addShutdownHook(Closure) void
METHOD any() boolean
METHOD any(Closure) boolean
METHOD asBoolean() boolean
METHOD asType(Class) Object
METHOD clone() [PROTECTE Object
METHOD collect() Collection
METHOD collect(Closure) List
METHOD collect(Collection, Closure) Collection
METHOD dump() String
METHOD each(Closure) Object
METHOD eachWithIndex(Closure) Object
METHOD equals(Object) [PUBLIC] boolean
METHOD evaluate(File) [PUBLIC] Object
METHOD evaluate(String) [PUBLIC] Object
METHOD every() boolean
METHOD every(Closure) boolean
METHOD finalize() [PROTECTE void
METHOD find() Object
METHOD find(Closure) Object
METHOD findAll() Collection
METHOD findAll(Closure) Collection
METHOD findIndexOf(Closure) int
METHOD findIndexOf(int, Closure) int
METHOD findIndexValues(Closure) List
METHOD findIndexValues(Number, Closur List
METHOD findLastIndexOf(Closure) int
METHOD findLastIndexOf(int, Closure) int
METHOD findResult(Closure) Object
METHOD findResult(Object, Closure) Object
METHOD getAt(String) Object
METHOD getBinding() [PUBLIC] Binding
METHOD getClass() [PUBLIC] Class<?>
METHOD getMetaClass() MetaClass
METHOD getMetaPropertyValues() List
METHOD getProperties() Map
METHOD getProperty(String) [PUBLIC] Object
METHOD grep() Collection
METHOD grep(Object) Collection
METHOD hasProperty(String) MetaProperty
METHOD hashCode() [PUBLIC] int
METHOD identity(Closure) Object
METHOD inject(Closure) Object
METHOD inject(Object, Closure) Object
METHOD inspect() String
METHOD invokeMethod(String, Object) Object
METHOD is(Object) boolean
METHOD isCase(Object) boolean
METHOD iterator() Iterator
METHOD main(String[]) [STATIC, void
METHOD metaClass(Closure) MetaClass
METHOD notify() [PUBLIC] void
METHOD notifyAll() [PUBLIC] void
METHOD print(Object) void
METHOD print(PrintWriter) void
METHOD printf(String, Object) void
METHOD printf(String, Object) void
METHOD println() void
METHOD println(Object) void
METHOD println(PrintWriter) void
METHOD putAt(String, Object) void
METHOD respondsTo(String) List
METHOD respondsTo(String, Object) List
METHOD run() [PUBLIC] Object
METHOD run(File, String[]) [PUBLIC] void
METHOD setBinding(Binding) [PUBLIC] void
METHOD setMetaClass(MetaClass) void
METHOD setProperty(String, Object) [PUBLIC] void
METHOD sleep(long) void
METHOD sleep(long, Closure) void
METHOD split(Closure) Collection
METHOD sprintf(String, Object) String
METHOD sprintf(String, Object) String
METHOD stream() Stream
METHOD tap(Closure) Object
METHOD test() [PUBLIC] boolean
METHOD toString() String
METHOD use(Class, Closure) Object
METHOD use(List, Closure) Object
METHOD use(Object[]) Object
METHOD wait() [PUBLIC] void
METHOD wait(long) [PUBLIC] void
METHOD wait(long, int) [PUBLIC] void
METHOD with(Closure) Object
METHOD with(boolean, Closure) Object
METHOD withTraits(Class[]) Object
FIELD binding [PUBLIC] Binding
FIELD class [PUBLIC] Class
FIELD defaultMetaClass [PRIVATE] MetaClass
Expand Down
Loading
Loading