Skip to content

Commit

Permalink
Groovy: rebuild .(occurrences|completion|folds|indexed|semantic|ccres…
Browse files Browse the repository at this point in the history
…ult) files

1. Check that tests run clean with the base JDK (for this commit 17)
2. Remove all existing reference files:
   find . -regextype egrep -regex '.*\.(occurrences|completion|folds|indexed|semantic|ccresult)'  -exec rm {} \;
3. Rebuild the reference files by running unittests
4. Rerun unittests to verify all green
  • Loading branch information
matthiasblaesing committed Dec 27, 2024
1 parent e60cf75 commit 0aac8c1
Show file tree
Hide file tree
Showing 162 changed files with 238 additions and 22,475 deletions.

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CCTestGClass|^
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
CONSTRUCTO CamelCaseTestGroovyClass() - g null
------------------------------------
CLASS CamelCaseTestGroovyClass null
CLASS CamelCaseTestGroovyClass null
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CamelCTGC|^
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
CONSTRUCTO CamelCaseTestGroovyClass() - g null
------------------------------------
CLASS CamelCaseTestGroovyClass null
CLASS CamelCaseTestGroovyClass null
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CCT|^
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
CONSTRUCTO CamelCaseTestGroovyClass() - g null
------------------------------------
CLASS CamelCaseTestGroovyClass null
CLASS CamelCaseTestGroovyClass null
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CamCa|^
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
CONSTRUCTO CamelCaseTestGroovyClass() - g null
------------------------------------
CLASS CamelCaseTestGroovyClass null
CLASS CamelCaseTestGroovyClass null

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ CLASS Groovydoc null
CLASS HashMap null
CLASS HashSet null
CLASS Hashtable null
CLASS HexFormat null
CLASS HttpCookie null
CLASS HttpRetryException null
CLASS HttpURLConnection null
Expand All @@ -194,6 +195,7 @@ CLASS IdentityHashMap null
CLASS IllegalAccessError null
CLASS IllegalAccessException null
CLASS IllegalArgumentException null
CLASS IllegalCallerException null
CLASS IllegalFormatCodePointExceptio null
CLASS IllegalFormatConversionExcepti null
CLASS IllegalFormatException null
Expand Down Expand Up @@ -234,6 +236,7 @@ CLASS InvalidPropertiesFormatExcepti null
CLASS Iterable null
CLASS Iterator null
CLASS JarURLConnection null
CLASS LayerInstantiationException null
CLASS Lazy null
CLASS LineNumberInputStream null
CLASS LineNumberReader null
Expand Down Expand Up @@ -272,6 +275,8 @@ CLASS MissingMethodException null
CLASS MissingPropertyException null
CLASS MissingResourceException null
CLASS Mixin null
CLASS Module null
CLASS ModuleLayer null
CLASS MulticastSocket null
CLASS MutableMetaClass null
CLASS NavigableMap null
Expand Down Expand Up @@ -301,6 +306,7 @@ CLASS NumberRange null
CLASS Object null
CLASS ObjectGraphBuilder null
CLASS ObjectInput null
CLASS ObjectInputFilter null
CLASS ObjectInputStream null
CLASS ObjectInputValidation null
CLASS ObjectOutput null
Expand Down Expand Up @@ -341,6 +347,7 @@ CLASS PrintWriter null
CLASS PriorityQueue null
CLASS Process null
CLASS ProcessBuilder null
CLASS ProcessHandle null
CLASS Properties null
CLASS PropertyAccessInterceptor null
CLASS PropertyPermission null
Expand All @@ -363,6 +370,7 @@ CLASS Range null
CLASS ReadOnlyPropertyException null
CLASS Readable null
CLASS Reader null
CLASS Record null
CLASS Reference null
CLASS ReflectiveOperationException null
CLASS ResourceBundle null
Expand All @@ -382,6 +390,7 @@ CLASS SecurityException null
CLASS SecurityManager null
CLASS Sequence null
CLASS SequenceInputStream null
CLASS Serial null
CLASS Serializable null
CLASS SerializablePermission null
CLASS ServerSocket null
Expand Down Expand Up @@ -411,6 +420,7 @@ CLASS SpreadMapEvaluatingException null
CLASS Stack null
CLASS StackOverflowError null
CLASS StackTraceElement null
CLASS StackWalker null
CLASS StandardProtocolFamily null
CLASS StandardSocketOptions null
CLASS StreamCorruptedException null
Expand Down Expand Up @@ -473,6 +483,7 @@ CLASS URLStreamHandlerFactory null
CLASS UTFDataFormatException null
CLASS UUID null
CLASS UncheckedIOException null
CLASS UnixDomainSocketAddress null
CLASS UnknownError null
CLASS UnknownFormatConversionExcepti null
CLASS UnknownFormatFlagsException null
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CLASS IdentityHashMap null
CLASS IllegalAccessError null
CLASS IllegalAccessException null
CLASS IllegalArgumentException null
CLASS IllegalCallerException null
CLASS IllegalFormatCodePointExceptio null
CLASS IllegalFormatConversionExcepti null
CLASS IllegalFormatException null
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CLASS IdentityHashMap null
CLASS IllegalAccessError null
CLASS IllegalAccessException null
CLASS IllegalArgumentException null
CLASS IllegalCallerException null
CLASS IllegalFormatCodePointExceptio null
CLASS IllegalFormatConversionExcepti null
CLASS IllegalFormatException null
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CLASS IdentityHashMap null
CLASS IllegalAccessError null
CLASS IllegalAccessException null
CLASS IllegalArgumentException null
CLASS IllegalCallerException null
CLASS IllegalFormatCodePointExceptio null
CLASS IllegalFormatConversionExcepti null
CLASS IllegalFormatException null
Expand Down
Loading

0 comments on commit 0aac8c1

Please sign in to comment.