diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 231d888c17c0..9e5b75ebcdc2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1826,7 +1826,9 @@ jobs: timeout-minutes: 60 strategy: matrix: - java: [ '17' ] + java: [ '17', '21' ] + exclude: + - java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }} fail-fast: false steps: diff --git a/groovy/groovy.editor/test/unit/data/testfiles/AliasOccurrencesTester.groovy.testFieldStaticImport.occurrences b/groovy/groovy.editor/test/unit/data/testfiles/AliasOccurrencesTester.groovy.testFieldStaticImport.occurrences deleted file mode 100644 index 2ae8cd7a374e..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/AliasOccurrencesTester.groovy.testFieldStaticImport.occurrences +++ /dev/null @@ -1,2 +0,0 @@ -import static java.awt.Color.|>MARK_OCCURRENCES:LIGHT_GRAY<| -println |>MARK_OCCURRENCES:LIG^HT_GRAY<| diff --git a/groovy/groovy.editor/test/unit/data/testfiles/AliasOccurrencesTester.groovy.testMethodAlias.occurrences b/groovy/groovy.editor/test/unit/data/testfiles/AliasOccurrencesTester.groovy.testMethodAlias.occurrences deleted file mode 100644 index 52b649bf974a..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/AliasOccurrencesTester.groovy.testMethodAlias.occurrences +++ /dev/null @@ -1,2 +0,0 @@ -import static Calendar.getInstance as |>MARK_OCCURRENCES:now<| -println |>MARK_OCCURRENCES:n^ow<|().time diff --git a/groovy/groovy.editor/test/unit/data/testfiles/GroovyScopeTestcase.groovy.testClass3.occurrences b/groovy/groovy.editor/test/unit/data/testfiles/GroovyScopeTestcase.groovy.testClass3.occurrences index a230dd9d55aa..3d8b44c14d88 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/GroovyScopeTestcase.groovy.testClass3.occurrences +++ b/groovy/groovy.editor/test/unit/data/testfiles/GroovyScopeTestcase.groovy.testClass3.occurrences @@ -1,2 +1,2 @@ class TestCase extends ^java.lang.|>MARK_OCCURRENCES:Object<| { - def test (|>MARK_OCCURRENCES:Object<| xy = 0 ) { \ No newline at end of file + def test (|>MARK_OCCURRENCES:Object<| xy = 0 ) { diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/CamelCaseConstructor1.groovy.testCamelCaseConstructor1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/CamelCaseConstructor1.groovy.testCamelCaseConstructor1.completion deleted file mode 100644 index 51fb42e20087..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/CamelCaseConstructor1.groovy.testCamelCaseConstructor1.completion +++ /dev/null @@ -1,4 +0,0 @@ -Code completion result for source line: -SSC| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) -CONSTRUCTO SomeSpecialClass - generate null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/ClassMethodFieldLong2.groovy.testClassMethodFieldLong2.21.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/ClassMethodFieldLong2.groovy.testClassMethodFieldLong2.21.completion new file mode 100644 index 000000000000..38617336b117 --- /dev/null +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/ClassMethodFieldLong2.groovy.testClassMethodFieldLong2.21.completion @@ -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 diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/ClassMethodFieldString2.groovy.testClassMethodFieldString2.21.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/ClassMethodFieldString2.groovy.testClassMethodFieldString2.21.completion new file mode 100644 index 000000000000..c6b6c0b433a4 --- /dev/null +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/ClassMethodFieldString2.groovy.testClassMethodFieldString2.21.completion @@ -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[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/ClassMethodLocalLong2.groovy.testClassMethodLocalLong2.21.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/ClassMethodLocalLong2.groovy.testClassMethodLocalLong2.21.completion new file mode 100644 index 000000000000..1c7cb63b3f6d --- /dev/null +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/ClassMethodLocalLong2.groovy.testClassMethodLocalLong2.21.completion @@ -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 diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/ConstructorCall1.groovy.testConstructorCall1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/ConstructorCall1.groovy.testConstructorCall1.completion deleted file mode 100644 index 20912787401b..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/ConstructorCall1.groovy.testConstructorCall1.completion +++ /dev/null @@ -1,6 +0,0 @@ -Code completion result for source line: -println new URL("http://google.com").getT| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD getText() String -METHOD getText(String) String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/MethodCompletionTestCase.groovy.testMethodCompletion2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/MethodCompletionTestCase.groovy.testMethodCompletion2.completion index 59c67ab5ecfa..438a4fde62f0 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/MethodCompletionTestCase.groovy.testMethodCompletion2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/MethodCompletionTestCase.groovy.testMethodCompletion2.completion @@ -8,10 +8,10 @@ METHOD find(CharSequence, Closure) String METHOD find(Closure) Object METHOD find(Pattern) String METHOD find(Pattern, Closure) String -METHOD findAll() Collection +METHOD findAll() List METHOD findAll(CharSequence) List METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection +METHOD findAll(Closure) List METHOD findAll(Pattern) List METHOD findAll(Pattern, Closure) List METHOD findIndexOf(Closure) int diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/ScriptLong2.groovy.testScriptLong2.21.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/ScriptLong2.groovy.testScriptLong2.21.completion new file mode 100644 index 000000000000..b3ba972f4c3e --- /dev/null +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/ScriptLong2.groovy.testScriptLong2.21.completion @@ -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 diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/ScriptString2.groovy.testScriptString2.21.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/ScriptString2.groovy.testScriptString2.21.completion new file mode 100644 index 000000000000..7e7a88d7c4a9 --- /dev/null +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/ScriptString2.groovy.testScriptString2.21.completion @@ -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[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/access/basicAccessLevels1/BasicAccessLevels1.groovy.testBasicAccessLevels1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/access/basicAccessLevels1/BasicAccessLevels1.groovy.testBasicAccessLevels1.completion index d3f704078a6d..1d0a43e947a9 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/access/basicAccessLevels1/BasicAccessLevels1.groovy.testBasicAccessLevels1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/access/basicAccessLevels1/BasicAccessLevels1.groovy.testBasicAccessLevels1.completion @@ -20,8 +20,8 @@ METHOD every(Closure) boolean METHOD finalize() [PROTECTE void METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion2/CamelCaseCompletion2.groovy.testCamelCaseCompletion2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion2/CamelCaseCompletion2.groovy.testCamelCaseCompletion2.completion index 8cd23dc945f6..ef99fc69ba7c 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion2/CamelCaseCompletion2.groovy.testCamelCaseCompletion2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion2/CamelCaseCompletion2.groovy.testCamelCaseCompletion2.completion @@ -3,4 +3,4 @@ CCTestGClass|^ (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) CONSTRUCTO CamelCaseTestGroovyClass() - g null ------------------------------------ -CLASS CamelCaseTestGroovyClass null \ No newline at end of file +CLASS CamelCaseTestGroovyClass null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion3/CamelCaseCompletion3.groovy.testCamelCaseCompletion3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion3/CamelCaseCompletion3.groovy.testCamelCaseCompletion3.completion index 28196db28e76..b266a33adcc8 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion3/CamelCaseCompletion3.groovy.testCamelCaseCompletion3.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion3/CamelCaseCompletion3.groovy.testCamelCaseCompletion3.completion @@ -3,4 +3,4 @@ CamelCTGC|^ (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) CONSTRUCTO CamelCaseTestGroovyClass() - g null ------------------------------------ -CLASS CamelCaseTestGroovyClass null \ No newline at end of file +CLASS CamelCaseTestGroovyClass null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion4/CamelCaseCompletion4.groovy.testCamelCaseCompletion4.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion4/CamelCaseCompletion4.groovy.testCamelCaseCompletion4.completion index 2ebce791afcb..dfeee823be9d 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion4/CamelCaseCompletion4.groovy.testCamelCaseCompletion4.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion4/CamelCaseCompletion4.groovy.testCamelCaseCompletion4.completion @@ -3,4 +3,4 @@ CCT|^ (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) CONSTRUCTO CamelCaseTestGroovyClass() - g null ------------------------------------ -CLASS CamelCaseTestGroovyClass null \ No newline at end of file +CLASS CamelCaseTestGroovyClass null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion5/CamelCaseCompletion5.groovy.testCamelCaseCompletion5.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion5/CamelCaseCompletion5.groovy.testCamelCaseCompletion5.completion index f2485946afa7..348b2c5d9415 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion5/CamelCaseCompletion5.groovy.testCamelCaseCompletion5.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/camelcase/camelCaseCompletion5/CamelCaseCompletion5.groovy.testCamelCaseCompletion5.completion @@ -3,4 +3,4 @@ CamCa|^ (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) CONSTRUCTO CamelCaseTestGroovyClass() - g null ------------------------------------ -CLASS CamelCaseTestGroovyClass null \ No newline at end of file +CLASS CamelCaseTestGroovyClass null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.14.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.14.completion deleted file mode 100644 index bdc6ffa3e76b..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.14.completion +++ /dev/null @@ -1,634 +0,0 @@ -Code completion result for source line: -(1..3).any {println |} -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarantlr4 null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarpicocli null -PACKAGE java null -PACKAGE javax null -PACKAGE jdk null -PACKAGE org null -PACKAGE sun null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InsideClosure1 null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -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 -VARIABLE it Object -KEYWORD assert null -KEYWORD boolean null -KEYWORD break null -KEYWORD byte null -KEYWORD case null -KEYWORD catch null -KEYWORD char null -KEYWORD continue null -KEYWORD def null -KEYWORD default null -KEYWORD do null -KEYWORD double null -KEYWORD else null -KEYWORD extends null -KEYWORD final null -KEYWORD finally null -KEYWORD float null -KEYWORD for null -KEYWORD if null -KEYWORD in null -KEYWORD instanceof null -KEYWORD int null -KEYWORD long null -KEYWORD native null -KEYWORD new null -KEYWORD private null -KEYWORD property null -KEYWORD protected null -KEYWORD public null -KEYWORD return null -KEYWORD short null -KEYWORD static null -KEYWORD strictfp null -KEYWORD super null -KEYWORD switch null -KEYWORD synchronized null -KEYWORD this null -KEYWORD throw null -KEYWORD transient null -KEYWORD try null -KEYWORD void null -KEYWORD volatile null -KEYWORD while null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.16.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.16.completion deleted file mode 100644 index c5a29734316d..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.16.completion +++ /dev/null @@ -1,635 +0,0 @@ -Code completion result for source line: -(1..3).any {println |} -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarantlr4 null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarpicocli null -PACKAGE java null -PACKAGE javax null -PACKAGE jdk null -PACKAGE org null -PACKAGE sun null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InsideClosure1 null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnixDomainSocketAddress null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -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 -VARIABLE it Object -KEYWORD assert null -KEYWORD boolean null -KEYWORD break null -KEYWORD byte null -KEYWORD case null -KEYWORD catch null -KEYWORD char null -KEYWORD continue null -KEYWORD def null -KEYWORD default null -KEYWORD do null -KEYWORD double null -KEYWORD else null -KEYWORD extends null -KEYWORD final null -KEYWORD finally null -KEYWORD float null -KEYWORD for null -KEYWORD if null -KEYWORD in null -KEYWORD instanceof null -KEYWORD int null -KEYWORD long null -KEYWORD native null -KEYWORD new null -KEYWORD private null -KEYWORD property null -KEYWORD protected null -KEYWORD public null -KEYWORD return null -KEYWORD short null -KEYWORD static null -KEYWORD strictfp null -KEYWORD super null -KEYWORD switch null -KEYWORD synchronized null -KEYWORD this null -KEYWORD throw null -KEYWORD transient null -KEYWORD try null -KEYWORD void null -KEYWORD volatile null -KEYWORD while null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.17.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.21.completion similarity index 98% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.17.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.21.completion index 1b83887edde6..622bc1966d7c 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.17.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.21.completion @@ -79,7 +79,6 @@ CLASS Collection null CLASS Collections null CLASS Comparable null CLASS Comparator null -CLASS Compiler null CLASS ConcurrentModificationExceptio null CLASS ConfigBinding null CLASS ConfigObject null @@ -154,6 +153,7 @@ CLASS FilterWriter null CLASS Float null CLASS Flushable null CLASS FormatFlagsConversionMismatchE null +CLASS FormatProcessor null CLASS Formattable null CLASS FormattableFlags null CLASS Formatter null @@ -255,6 +255,7 @@ CLASS MalformedURLException null CLASS Map null CLASS MapEntry null CLASS MapWithDefault null +CLASS MatchException null CLASS Math null CLASS MetaArrayLengthProperty null CLASS MetaBeanProperty null @@ -383,6 +384,7 @@ CLASS RuntimeException null CLASS RuntimePermission null CLASS SafeVarargs null CLASS Scanner null +CLASS ScopedValue null CLASS Script null CLASS ScriptException null CLASS SecureCacheResponse null @@ -390,6 +392,9 @@ CLASS SecurityException null CLASS SecurityManager null CLASS Sequence null CLASS SequenceInputStream null +CLASS SequencedCollection null +CLASS SequencedMap null +CLASS SequencedSet null CLASS Serial null CLASS Serializable null CLASS SerializablePermission null @@ -433,6 +438,7 @@ CLASS StringBuilder null CLASS StringIndexOutOfBoundsExceptio null CLASS StringJoiner null CLASS StringReader null +CLASS StringTemplate null CLASS StringTokenizer null CLASS StringWriter null CLASS StringWriterIOException null @@ -501,6 +507,7 @@ CLASS WeakHashMap null CLASS Writable null CLASS WriteAbortedException null CLASS Writer null +CLASS WrongThreadException null METHOD addShutdownHook(Closure) void METHOD any() boolean METHOD any(Closure) boolean @@ -521,8 +528,8 @@ METHOD every(Closure) boolean METHOD finalize() [PROTECTE void METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.9.completion deleted file mode 100644 index 38bf165f644b..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.9.completion +++ /dev/null @@ -1,632 +0,0 @@ -Code completion result for source line: -(1..3).any {println |} -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarantlr4 null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarpicocli null -PACKAGE java null -PACKAGE javax null -PACKAGE jdk null -PACKAGE org null -PACKAGE sun null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InsideClosure1 null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -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 -VARIABLE it Object -KEYWORD assert null -KEYWORD boolean null -KEYWORD break null -KEYWORD byte null -KEYWORD case null -KEYWORD catch null -KEYWORD char null -KEYWORD continue null -KEYWORD def null -KEYWORD default null -KEYWORD do null -KEYWORD double null -KEYWORD else null -KEYWORD extends null -KEYWORD final null -KEYWORD finally null -KEYWORD float null -KEYWORD for null -KEYWORD if null -KEYWORD in null -KEYWORD instanceof null -KEYWORD int null -KEYWORD long null -KEYWORD native null -KEYWORD new null -KEYWORD private null -KEYWORD property null -KEYWORD protected null -KEYWORD public null -KEYWORD return null -KEYWORD short null -KEYWORD static null -KEYWORD strictfp null -KEYWORD super null -KEYWORD switch null -KEYWORD synchronized null -KEYWORD this null -KEYWORD throw null -KEYWORD transient null -KEYWORD try null -KEYWORD void null -KEYWORD volatile null -KEYWORD while null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.completion index 8dc5cbc7234e..cb53df7eb86d 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_1.completion @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -510,8 +521,8 @@ METHOD every(Closure) boolean METHOD finalize() [PROTECTE void METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_2.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_2.9.completion deleted file mode 100644 index eaa96897c9ec..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_2.9.completion +++ /dev/null @@ -1,65 +0,0 @@ -Code completion result for source line: -[3,4,5].each {println i|} -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InsideClosure1 null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -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 -VARIABLE it Object -KEYWORD if null -KEYWORD in null -KEYWORD instanceof null -KEYWORD int null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_2.completion index 4bb4d8c5bd73..eaa96897c9ec 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_2.completion @@ -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 diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_5.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_5.9.completion deleted file mode 100644 index 7c300a06ea2d..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_5.9.completion +++ /dev/null @@ -1,65 +0,0 @@ -Code completion result for source line: -def t1 = {println i|} -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InsideClosure1 null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -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 -VARIABLE it Object -KEYWORD if null -KEYWORD in null -KEYWORD instanceof null -KEYWORD int null \ No newline at end of file diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_5.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_5.completion index b711da968598..c635f47464fc 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_5.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_5.completion @@ -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 diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_7.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_7.9.completion deleted file mode 100644 index 4f981cc11e00..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_7.9.completion +++ /dev/null @@ -1,64 +0,0 @@ -Code completion result for source line: -"TestString".eachLine {String line -> println i|} -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InsideClosure1 null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -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 -KEYWORD if null -KEYWORD in null -KEYWORD instanceof null -KEYWORD int null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_7.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_7.completion index 386b05ebc73e..4f981cc11e00 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_7.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/closures/insideClosure1/InsideClosure1.groovy.testInsideClosure1_7.completion @@ -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 diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_2.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_2.9.completion deleted file mode 100644 index 26ebf61a33f6..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_2.9.completion +++ /dev/null @@ -1,6 +0,0 @@ -Code completion result for source line: -[1:"one", 2:"two"].ent| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD entry(K, V) [STATIC, Entry -METHOD entrySet() [PUBLIC] Set> diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_2.completion index 722d0d927967..26ebf61a33f6 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_2.completion @@ -2,4 +2,5 @@ Code completion result for source line: [1:"one", 2:"two"].ent| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ +METHOD entry(K, V) [STATIC, Entry METHOD entrySet() [PUBLIC] Set> diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_3.21.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_3.21.completion new file mode 100644 index 000000000000..415bf86abc83 --- /dev/null +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_3.21.completion @@ -0,0 +1,26 @@ +Code completion result for source line: +(1..10).a| +(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) +------------------------------------ +METHOD add(E) [PUBLIC] boolean +METHOD add(int, E) [PUBLIC] void +METHOD addAll(Collection [PUBLIC] boolean +METHOD addAll(Iterable) boolean +METHOD addAll(Iterator) boolean +METHOD addAll(Object[]) boolean +METHOD addAll(int, Collection -METHOD div(Character) Number -METHOD div(Number) Number -METHOD divideUnsigned(int, int) [STATIC, int -METHOD doubleValue() [PUBLIC] double -METHOD downto(Number, Closure) void -METHOD dump() String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_4.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_4.completion index 24a7e5f4f1bf..a83eb9b92fbd 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_4.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_4.completion @@ -3,6 +3,7 @@ Code completion result for source line: (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ METHOD decode(String) [STATIC, Integer +METHOD describeConstable() [PUBLIC] Optional METHOD div(Character) Number METHOD div(Number) Number METHOD divideUnsigned(int, int) [STATIC, int diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.11.completion deleted file mode 100644 index 2c970e9eca5a..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.11.completion +++ /dev/null @@ -1,288 +0,0 @@ -Code completion result for source line: -(1..10).|a -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD add(E) [PUBLIC] boolean -METHOD add(int, E) [PUBLIC] void -METHOD addAll(Collection [PUBLIC] boolean -METHOD addAll(Iterable) boolean -METHOD addAll(Iterator) boolean -METHOD addAll(Object[]) boolean -METHOD addAll(int, Collection [STATIC, List -METHOD count(Closure) Number -METHOD count(Object) Number -METHOD countBy(Closure) Map -METHOD disjoint(Iterable) boolean -METHOD drop(int) List -METHOD dropRight(int) List -METHOD dropWhile(Closure) List -METHOD dump() String -METHOD each(Closure) List -METHOD eachCombination(Closure) void -METHOD eachPermutation(Closure) Iterator -METHOD eachWithIndex(Closure) List -METHOD equals(IntRange) [PUBLIC] boolean -METHOD equals(List) boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD equals(Object[]) boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD execute() Process -METHOD execute(List, File) Process -METHOD execute(String[], File) Process -METHOD find() Object -METHOD find(Closure) Object -METHOD findAll() List -METHOD findAll(Closure) List -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 findResults(Closure) Collection -METHOD first() Object -METHOD flatten() List -METHOD flatten(Closure) Collection -METHOD forEach(Consumer) [PUBLIC] void -METHOD get(int) [PUBLIC] Integer -METHOD getAt(Collection) List -METHOD getAt(EmptyRange) List -METHOD getAt(Number) Object -METHOD getAt(Range) List -METHOD getAt(String) List -METHOD getAt(int) Object -METHOD getClass() [PUBLIC] Class -METHOD getFrom() [PUBLIC] Integer -METHOD getFromInt() [PUBLIC] int -METHOD getInclusive() [PUBLIC] Boolean -METHOD getIndices() IntRange -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD getTo() [PUBLIC] Integer -METHOD getToInt() [PUBLIC] int -METHOD grep() List -METHOD grep(Object) List -METHOD groupBy(Closure) Map -METHOD groupBy(List) Map -METHOD groupBy(Object[]) Map -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD head() Object -METHOD identity(Closure) Object -METHOD indexOf(Object) [PUBLIC] int -METHOD indexed() Map -METHOD indexed(int) Map -METHOD init() List -METHOD inits() List -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() [PUBLIC] String -METHOD intersect(Collection) Collection -METHOD intersect(Collection, Comparat Collection -METHOD intersect(Iterable) List -METHOD intersect(Iterable, Comparator List -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isCase(Object) boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isReverse() [PUBLIC] boolean -METHOD iterator() [PUBLIC] Iterator -METHOD join(String) String -METHOD last() Object -METHOD lastIndexOf(Object) [PUBLIC] int -METHOD leftShift(Object) List -METHOD listIterator() [PUBLIC] ListIterator -METHOD listIterator(int) [PUBLIC] ListIterator -METHOD max() Object -METHOD max(Closure) Object -METHOD max(Comparator) Object -METHOD metaClass(Closure) MetaClass -METHOD min() Object -METHOD min(Closure) Object -METHOD min(Comparator) Object -METHOD minus(Collection) List -METHOD minus(Iterable) List -METHOD minus(Object) List -METHOD multiply(Number) List -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD of() [STATIC, List -METHOD of(E) [STATIC, List -METHOD of(E, E) [STATIC, List -METHOD of(E, E, E) [STATIC, List -METHOD of(E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E, E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E, E, E, E, E, [STATIC, List -METHOD of(E...) [STATIC, List -METHOD parallelStream() [PUBLIC] Stream -METHOD permutations() Set -METHOD permutations(Closure) List -METHOD plus(Collection) List -METHOD plus(Iterable) List -METHOD plus(Object) List -METHOD plus(int, Iterable) List -METHOD plus(int, List) List -METHOD plus(int, Object) List -METHOD pop() Object -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 push(Object) boolean -METHOD putAt(EmptyRange, Collection) void -METHOD putAt(EmptyRange, Object) void -METHOD putAt(IntRange, Collection) void -METHOD putAt(IntRange, Object) void -METHOD putAt(List, List) void -METHOD putAt(List, Object) void -METHOD putAt(Number, Object) void -METHOD putAt(String, Object) void -METHOD putAt(int, Object) void -METHOD remove(Object) [PUBLIC] boolean -METHOD remove(int) [PUBLIC] E -METHOD removeAll(Closure) boolean -METHOD removeAll(Collection) [PUBLIC] boolean -METHOD removeAll(Object[]) boolean -METHOD removeAt(int) Object -METHOD removeElement(Object) boolean -METHOD removeIf(Predicate) [PUBLIC] boolean -METHOD removeLast() Object -METHOD replaceAll(UnaryOperator) [PUBLIC] void -METHOD respondsTo(String) List -METHOD respondsTo(String, Object) List -METHOD retainAll(Closure) boolean -METHOD retainAll(Collection) [PUBLIC] boolean -METHOD retainAll(Object[]) boolean -METHOD reverse() List -METHOD reverse(boolean) List -METHOD reverseEach(Closure) List -METHOD set(int, E) [PUBLIC] E -METHOD setMetaClass(MetaClass) void -METHOD shuffle() void -METHOD shuffle(Random) void -METHOD shuffled() List -METHOD shuffled(Random) List -METHOD size() [PUBLIC] int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -METHOD sort() List -METHOD sort(Closure) List -METHOD sort(Comparator) [PUBLIC] void -METHOD sort(boolean) List -METHOD sort(boolean, Closure) List -METHOD sort(boolean, Comparator) List -METHOD split(Closure) List -METHOD spliterator() [PUBLIC] Spliterator -METHOD sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD step(int) [PUBLIC] List -METHOD step(int, Closure) [PUBLIC] void -METHOD stream() Stream -METHOD subList(int, int) [PUBLIC] List -METHOD subListBorders(int) [PUBLIC] RangeInfo -METHOD subsequences() Set -METHOD sum() Object -METHOD sum(Closure) Object -METHOD sum(Object) Object -METHOD sum(Object, Closure) Object -METHOD swap(int, int) List -METHOD tail() List -METHOD tails() List -METHOD take(int) List -METHOD takeRight(int) List -METHOD takeWhile(Closure) List -METHOD tap(Closure) Object -METHOD toArray() [PUBLIC] Object[] -METHOD toArray(IntFunction) [PUBLIC] T[] -METHOD toArray(T[]) [PUBLIC] T[] -METHOD toList() List -METHOD toListString() String -METHOD toListString(int) String -METHOD toSet() Set -METHOD toSorted() List -METHOD toSorted(Closure) List -METHOD toSorted(Comparator) List -METHOD toSpreadMap() SpreadMap -METHOD toString() [PUBLIC] String -METHOD toUnique() List -METHOD toUnique(Closure) List -METHOD toUnique(Comparator) List -METHOD transpose() List -METHOD unique() List -METHOD unique(Closure) List -METHOD unique(Comparator) List -METHOD unique(boolean) List -METHOD unique(boolean, Closure) List -METHOD unique(boolean, Comparator) List -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 withDefault(Closure) ListWithDefault -METHOD withEagerDefault(Closure) ListWithDefault -METHOD withIndex() List -METHOD withIndex(int) List -METHOD withLazyDefault(Closure) ListWithDefault -METHOD withTraits(Class[]) Object -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean -FIELD from [PUBLIC] Integer -FIELD fromInt [PUBLIC] int -FIELD inclusive [PUBLIC] Boolean -FIELD reverse [PUBLIC] boolean -FIELD to [PUBLIC] Integer -FIELD toInt [PUBLIC] int diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.10.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.21.completion similarity index 97% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.10.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.21.completion index 2c970e9eca5a..b54ab1b32948 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.10.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.21.completion @@ -10,6 +10,8 @@ METHOD addAll(Iterator) boolean METHOD addAll(Object[]) boolean METHOD addAll(int, Collection +METHOD getFirst() [PUBLIC] E METHOD getFrom() [PUBLIC] Integer METHOD getFromInt() [PUBLIC] int METHOD getInclusive() [PUBLIC] Boolean METHOD getIndices() IntRange +METHOD getLast() [PUBLIC] E METHOD getMetaClass() MetaClass METHOD getMetaPropertyValues() List METHOD getProperties() Map @@ -195,8 +199,9 @@ METHOD removeAll(Collection) [PUBLIC] boolean METHOD removeAll(Object[]) boolean METHOD removeAt(int) Object METHOD removeElement(Object) boolean +METHOD removeFirst() [PUBLIC] E METHOD removeIf(Predicate) [PUBLIC] boolean -METHOD removeLast() Object +METHOD removeLast() [PUBLIC] E METHOD replaceAll(UnaryOperator) [PUBLIC] void METHOD respondsTo(String) List METHOD respondsTo(String, Object) List @@ -206,6 +211,7 @@ METHOD retainAll(Object[]) boolean METHOD reverse() List METHOD reverse(boolean) List METHOD reverseEach(Closure) List +METHOD reversed() [PUBLIC] List METHOD set(int, E) [PUBLIC] E METHOD setMetaClass(MetaClass) void METHOD shuffle() void @@ -280,9 +286,11 @@ METHOD withLazyDefault(Closure) ListWithDefault METHOD withTraits(Class[]) Object FIELD class [PUBLIC] Class FIELD empty [PUBLIC] boolean +FIELD first [PUBLIC] Integer FIELD from [PUBLIC] Integer FIELD fromInt [PUBLIC] int FIELD inclusive [PUBLIC] Boolean +FIELD last [PUBLIC] Integer FIELD reverse [PUBLIC] boolean FIELD to [PUBLIC] Integer FIELD toInt [PUBLIC] int diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.9.completion deleted file mode 100644 index d86d63d9fddb..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.9.completion +++ /dev/null @@ -1,286 +0,0 @@ -Code completion result for source line: -(1..10).|a -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD add(E) [PUBLIC] boolean -METHOD add(int, E) [PUBLIC] void -METHOD addAll(Collection [PUBLIC] boolean -METHOD addAll(Iterable) boolean -METHOD addAll(Iterator) boolean -METHOD addAll(Object[]) boolean -METHOD addAll(int, Collection) [PUBLIC] void -METHOD get(int) [PUBLIC] Integer -METHOD getAt(Collection) List -METHOD getAt(EmptyRange) List -METHOD getAt(Number) Object -METHOD getAt(Range) List -METHOD getAt(String) List -METHOD getAt(int) Object -METHOD getClass() [PUBLIC] Class -METHOD getFrom() [PUBLIC] Integer -METHOD getFromInt() [PUBLIC] int -METHOD getInclusive() [PUBLIC] Boolean -METHOD getIndices() IntRange -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD getTo() [PUBLIC] Integer -METHOD getToInt() [PUBLIC] int -METHOD grep() List -METHOD grep(Object) List -METHOD groupBy(Closure) Map -METHOD groupBy(List) Map -METHOD groupBy(Object[]) Map -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD head() Object -METHOD identity(Closure) Object -METHOD indexOf(Object) [PUBLIC] int -METHOD indexed() Map -METHOD indexed(int) Map -METHOD init() List -METHOD inits() List -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() [PUBLIC] String -METHOD intersect(Collection) Collection -METHOD intersect(Collection, Comparat Collection -METHOD intersect(Iterable) List -METHOD intersect(Iterable, Comparator List -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isCase(Object) boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isReverse() [PUBLIC] boolean -METHOD iterator() [PUBLIC] Iterator -METHOD join(String) String -METHOD last() Object -METHOD lastIndexOf(Object) [PUBLIC] int -METHOD leftShift(Object) List -METHOD listIterator() [PUBLIC] ListIterator -METHOD listIterator(int) [PUBLIC] ListIterator -METHOD max() Object -METHOD max(Closure) Object -METHOD max(Comparator) Object -METHOD metaClass(Closure) MetaClass -METHOD min() Object -METHOD min(Closure) Object -METHOD min(Comparator) Object -METHOD minus(Collection) List -METHOD minus(Iterable) List -METHOD minus(Object) List -METHOD multiply(Number) List -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD of() [STATIC, List -METHOD of(E) [STATIC, List -METHOD of(E, E) [STATIC, List -METHOD of(E, E, E) [STATIC, List -METHOD of(E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E, E, E, E, E) [STATIC, List -METHOD of(E, E, E, E, E, E, E, E, E, [STATIC, List -METHOD of(E...) [STATIC, List -METHOD parallelStream() [PUBLIC] Stream -METHOD permutations() Set -METHOD permutations(Closure) List -METHOD plus(Collection) List -METHOD plus(Iterable) List -METHOD plus(Object) List -METHOD plus(int, Iterable) List -METHOD plus(int, List) List -METHOD plus(int, Object) List -METHOD pop() Object -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 push(Object) boolean -METHOD putAt(EmptyRange, Collection) void -METHOD putAt(EmptyRange, Object) void -METHOD putAt(IntRange, Collection) void -METHOD putAt(IntRange, Object) void -METHOD putAt(List, List) void -METHOD putAt(List, Object) void -METHOD putAt(Number, Object) void -METHOD putAt(String, Object) void -METHOD putAt(int, Object) void -METHOD remove(Object) [PUBLIC] boolean -METHOD remove(int) [PUBLIC] E -METHOD removeAll(Closure) boolean -METHOD removeAll(Collection) [PUBLIC] boolean -METHOD removeAll(Object[]) boolean -METHOD removeAt(int) Object -METHOD removeElement(Object) boolean -METHOD removeIf(Predicate) [PUBLIC] boolean -METHOD removeLast() Object -METHOD replaceAll(UnaryOperator) [PUBLIC] void -METHOD respondsTo(String) List -METHOD respondsTo(String, Object) List -METHOD retainAll(Closure) boolean -METHOD retainAll(Collection) [PUBLIC] boolean -METHOD retainAll(Object[]) boolean -METHOD reverse() List -METHOD reverse(boolean) List -METHOD reverseEach(Closure) List -METHOD set(int, E) [PUBLIC] E -METHOD setMetaClass(MetaClass) void -METHOD shuffle() void -METHOD shuffle(Random) void -METHOD shuffled() List -METHOD shuffled(Random) List -METHOD size() [PUBLIC] int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -METHOD sort() List -METHOD sort(Closure) List -METHOD sort(Comparator) [PUBLIC] void -METHOD sort(boolean) List -METHOD sort(boolean, Closure) List -METHOD sort(boolean, Comparator) List -METHOD split(Closure) List -METHOD spliterator() [PUBLIC] Spliterator -METHOD sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD step(int) [PUBLIC] List -METHOD step(int, Closure) [PUBLIC] void -METHOD stream() Stream -METHOD subList(int, int) [PUBLIC] List -METHOD subListBorders(int) [PUBLIC] RangeInfo -METHOD subsequences() Set -METHOD sum() Object -METHOD sum(Closure) Object -METHOD sum(Object) Object -METHOD sum(Object, Closure) Object -METHOD swap(int, int) List -METHOD tail() List -METHOD tails() List -METHOD take(int) List -METHOD takeRight(int) List -METHOD takeWhile(Closure) List -METHOD tap(Closure) Object -METHOD toArray() [PUBLIC] Object[] -METHOD toArray(T[]) [PUBLIC] T[] -METHOD toList() List -METHOD toListString() String -METHOD toListString(int) String -METHOD toSet() Set -METHOD toSorted() List -METHOD toSorted(Closure) List -METHOD toSorted(Comparator) List -METHOD toSpreadMap() SpreadMap -METHOD toString() [PUBLIC] String -METHOD toUnique() List -METHOD toUnique(Closure) List -METHOD toUnique(Comparator) List -METHOD transpose() List -METHOD unique() List -METHOD unique(Closure) List -METHOD unique(Comparator) List -METHOD unique(boolean) List -METHOD unique(boolean, Closure) List -METHOD unique(boolean, Comparator) List -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 withDefault(Closure) ListWithDefault -METHOD withEagerDefault(Closure) ListWithDefault -METHOD withIndex() List -METHOD withIndex(int) List -METHOD withLazyDefault(Closure) ListWithDefault -METHOD withTraits(Class[]) Object -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean -FIELD from [PUBLIC] Integer -FIELD fromInt [PUBLIC] int -FIELD inclusive [PUBLIC] Boolean -FIELD reverse [PUBLIC] boolean -FIELD to [PUBLIC] Integer -FIELD toInt [PUBLIC] int diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.completion index f1f223345554..2c970e9eca5a 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/collections/collections1/Collections1.groovy.testCollections1_5.completion @@ -47,6 +47,7 @@ METHOD contains(Object) [PUBLIC] boolean METHOD containsAll(Collection) [PUBLIC] boolean METHOD containsAll(Object[]) boolean METHOD containsWithinBounds(Object) [PUBLIC] boolean +METHOD copyOf(Collection [STATIC, List METHOD count(Closure) Number METHOD count(Object) Number METHOD countBy(Closure) Map @@ -148,6 +149,18 @@ METHOD minus(Object) List METHOD multiply(Number) List METHOD notify() [PUBLIC] void METHOD notifyAll() [PUBLIC] void +METHOD of() [STATIC, List +METHOD of(E) [STATIC, List +METHOD of(E, E) [STATIC, List +METHOD of(E, E, E) [STATIC, List +METHOD of(E, E, E, E) [STATIC, List +METHOD of(E, E, E, E, E) [STATIC, List +METHOD of(E, E, E, E, E, E) [STATIC, List +METHOD of(E, E, E, E, E, E, E) [STATIC, List +METHOD of(E, E, E, E, E, E, E, E) [STATIC, List +METHOD of(E, E, E, E, E, E, E, E, E) [STATIC, List +METHOD of(E, E, E, E, E, E, E, E, E, [STATIC, List +METHOD of(E...) [STATIC, List METHOD parallelStream() [PUBLIC] Stream METHOD permutations() Set METHOD permutations(Closure) List @@ -230,6 +243,7 @@ METHOD takeRight(int) List METHOD takeWhile(Closure) List METHOD tap(Closure) Object METHOD toArray() [PUBLIC] Object[] +METHOD toArray(IntFunction) [PUBLIC] T[] METHOD toArray(T[]) [PUBLIC] T[] METHOD toList() List METHOD toListString() String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors1/Constructors1.groovy.testConstructors1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors1/Constructors1.groovy.testConstructors1.completion index 1e7a245c7d7b..4b1a93106c67 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors1/Constructors1.groovy.testConstructors1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors1/Constructors1.groovy.testConstructors1.completion @@ -6,4 +6,4 @@ CONSTRUCTO StringBuffer(CharSequence) null CONSTRUCTO StringBuffer(String) null CONSTRUCTO StringBuffer(int) null ------------------------------------ -CLASS StringBufferInputStream null \ No newline at end of file +CLASS StringBufferInputStream null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors2/Constructors2.groovy.testConstructors2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors2/Constructors2.groovy.testConstructors2.completion index f30adc60da4e..3980ce215ca7 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors2/Constructors2.groovy.testConstructors2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors2/Constructors2.groovy.testConstructors2.completion @@ -6,4 +6,4 @@ CONSTRUCTO StringBuffer(CharSequence) null CONSTRUCTO StringBuffer(String) null CONSTRUCTO StringBuffer(int) null ------------------------------------ -CLASS StringBufferInputStream null \ No newline at end of file +CLASS StringBufferInputStream null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors3/Constructors3.groovy.testConstructors3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors3/Constructors3.groovy.testConstructors3.completion index 5375007065da..0bc282d9265e 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors3/Constructors3.groovy.testConstructors3.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors3/Constructors3.groovy.testConstructors3.completion @@ -2,4 +2,4 @@ Code completion result for source line: FileOutputStream fos = new fileoutputstr| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ -CLASS FileOutputStream null \ No newline at end of file +CLASS FileOutputStream null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors4/Constructors4.groovy.testConstructors4.21.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors4/Constructors4.groovy.testConstructors4.21.completion new file mode 100644 index 000000000000..eb2544cb1558 --- /dev/null +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors4/Constructors4.groovy.testConstructors4.21.completion @@ -0,0 +1,34 @@ +Code completion result for source line: +Foo f = new F| +(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) +CONSTRUCTO Foo() null +------------------------------------ +CLASS Factory null +CLASS FactoryBuilderSupport null +CLASS File null +CLASS FileDescriptor null +CLASS FileFilter null +CLASS FileInputStream null +CLASS FileNameByRegexFinder null +CLASS FileNameMap null +CLASS FileNotFoundException null +CLASS FileOutputStream null +CLASS FilePermission null +CLASS FileReader null +CLASS FileTreeBuilder null +CLASS FileWriter null +CLASS FilenameFilter null +CLASS FilterInputStream null +CLASS FilterOutputStream null +CLASS FilterReader null +CLASS FilterWriter null +CLASS Float null +CLASS Flushable null +CLASS Foo null +CLASS FormatFlagsConversionMismatchE null +CLASS FormatProcessor null +CLASS Formattable null +CLASS FormattableFlags null +CLASS Formatter null +CLASS FormatterClosedException null +CLASS FunctionalInterface null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors5/Constructors5.groovy.testConstructors5.21.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors5/Constructors5.groovy.testConstructors5.21.completion new file mode 100644 index 000000000000..df9c542e9572 --- /dev/null +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors5/Constructors5.groovy.testConstructors5.21.completion @@ -0,0 +1,35 @@ +Code completion result for source line: +Foo f = new F| +(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) +CONSTRUCTO Foo() null +CONSTRUCTO Foo(int) null +------------------------------------ +CLASS Factory null +CLASS FactoryBuilderSupport null +CLASS File null +CLASS FileDescriptor null +CLASS FileFilter null +CLASS FileInputStream null +CLASS FileNameByRegexFinder null +CLASS FileNameMap null +CLASS FileNotFoundException null +CLASS FileOutputStream null +CLASS FilePermission null +CLASS FileReader null +CLASS FileTreeBuilder null +CLASS FileWriter null +CLASS FilenameFilter null +CLASS FilterInputStream null +CLASS FilterOutputStream null +CLASS FilterReader null +CLASS FilterWriter null +CLASS Float null +CLASS Flushable null +CLASS Foo null +CLASS FormatFlagsConversionMismatchE null +CLASS FormatProcessor null +CLASS Formattable null +CLASS FormattableFlags null +CLASS Formatter null +CLASS FormatterClosedException null +CLASS FunctionalInterface null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors6/Constructors6.groovy.testConstructors6.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors6/Constructors6.groovy.testConstructors6.completion index 8bc38474fbb0..7bf503645ea9 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors6/Constructors6.groovy.testConstructors6.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors6/Constructors6.groovy.testConstructors6.completion @@ -2,4 +2,4 @@ Code completion result for source line: Foo f = new Foo| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) CONSTRUCTO Foo() null -CONSTRUCTO Foo(int) null \ No newline at end of file +CONSTRUCTO Foo(int) null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors7/Constructors7.groovy.testConstructors7.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors7/Constructors7.groovy.testConstructors7.21.completion similarity index 93% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors7/Constructors7.groovy.testConstructors7.9.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors7/Constructors7.groovy.testConstructors7.21.completion index fb627f6e1dfc..1d003ab9bab7 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors7/Constructors7.groovy.testConstructors7.9.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors7/Constructors7.groovy.testConstructors7.21.completion @@ -3,6 +3,7 @@ String s = new String| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) CONSTRUCTO String() null CONSTRUCTO String(AbstractStringBuilder, null +CONSTRUCTO String(Charset, byte[], int, i null CONSTRUCTO String(String) null CONSTRUCTO String(StringBuffer) null CONSTRUCTO String(StringBuilder) null @@ -26,6 +27,7 @@ CLASS StringBuilder null CLASS StringIndexOutOfBoundsExceptio null CLASS StringJoiner null CLASS StringReader null +CLASS StringTemplate null CLASS StringTokenizer null CLASS StringWriter null CLASS StringWriterIOException null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors7/Constructors7.groovy.testConstructors7.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors7/Constructors7.groovy.testConstructors7.completion index 0c25ce4d6821..fb627f6e1dfc 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors7/Constructors7.groovy.testConstructors7.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors7/Constructors7.groovy.testConstructors7.completion @@ -2,20 +2,22 @@ Code completion result for source line: String s = new String| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) CONSTRUCTO String() null +CONSTRUCTO String(AbstractStringBuilder, null CONSTRUCTO String(String) null CONSTRUCTO String(StringBuffer) null CONSTRUCTO String(StringBuilder) null CONSTRUCTO String(byte[]) null CONSTRUCTO String(byte[], Charset) null CONSTRUCTO String(byte[], String) null +CONSTRUCTO String(byte[], byte) null CONSTRUCTO String(byte[], int) null CONSTRUCTO String(byte[], int, int) null CONSTRUCTO String(byte[], int, int, Chars null CONSTRUCTO String(byte[], int, int, Strin null CONSTRUCTO String(byte[], int, int, int) null CONSTRUCTO String(char[]) null -CONSTRUCTO String(char[], boolean) null CONSTRUCTO String(char[], int, int) null +CONSTRUCTO String(char[], int, int, Void) null CONSTRUCTO String(int[], int, int) null ------------------------------------ CLASS StringBuffer null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors8/Constructors8.groovy.testConstructors8.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors8/Constructors8.groovy.testConstructors8.21.completion similarity index 93% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors8/Constructors8.groovy.testConstructors8.9.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors8/Constructors8.groovy.testConstructors8.21.completion index 7a04cad2a5f2..03e80f2a353a 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors8/Constructors8.groovy.testConstructors8.9.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors8/Constructors8.groovy.testConstructors8.21.completion @@ -3,6 +3,7 @@ String s = new String|("abc"); (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) CONSTRUCTO String() null CONSTRUCTO String(AbstractStringBuilder, null +CONSTRUCTO String(Charset, byte[], int, i null CONSTRUCTO String(String) null CONSTRUCTO String(StringBuffer) null CONSTRUCTO String(StringBuilder) null @@ -26,6 +27,7 @@ CLASS StringBuilder null CLASS StringIndexOutOfBoundsExceptio null CLASS StringJoiner null CLASS StringReader null +CLASS StringTemplate null CLASS StringTokenizer null CLASS StringWriter null CLASS StringWriterIOException null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors8/Constructors8.groovy.testConstructors8.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors8/Constructors8.groovy.testConstructors8.completion index e1ae7b029dcd..7a04cad2a5f2 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors8/Constructors8.groovy.testConstructors8.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/constructors/constructors8/Constructors8.groovy.testConstructors8.completion @@ -2,20 +2,22 @@ Code completion result for source line: String s = new String|("abc"); (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) CONSTRUCTO String() null +CONSTRUCTO String(AbstractStringBuilder, null CONSTRUCTO String(String) null CONSTRUCTO String(StringBuffer) null CONSTRUCTO String(StringBuilder) null CONSTRUCTO String(byte[]) null CONSTRUCTO String(byte[], Charset) null CONSTRUCTO String(byte[], String) null +CONSTRUCTO String(byte[], byte) null CONSTRUCTO String(byte[], int) null CONSTRUCTO String(byte[], int, int) null CONSTRUCTO String(byte[], int, int, Chars null CONSTRUCTO String(byte[], int, int, Strin null CONSTRUCTO String(byte[], int, int, int) null CONSTRUCTO String(char[]) null -CONSTRUCTO String(char[], boolean) null CONSTRUCTO String(char[], int, int) null +CONSTRUCTO String(char[], int, int, Void) null CONSTRUCTO String(int[], int, int) null ------------------------------------ CLASS StringBuffer null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/field/Fields2.groovy.testFields2_javaPropertyReference.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/field/Fields2.groovy.testFields2_javaPropertyReference.9.completion deleted file mode 100644 index bcf5ab61721b..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/field/Fields2.groovy.testFields2_javaPropertyReference.9.completion +++ /dev/null @@ -1,16 +0,0 @@ -Code completion result for source line: -System.properties.ge|t("foo") -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD get(Object) [PUBLIC] Object -METHOD get(Object, Object) Object -METHOD getAt(Object) Object -METHOD getAt(String) Object -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getOrDefault(Object, Object) [PUBLIC] Object -METHOD getOrDefault(Object, V) [PUBLIC] V -METHOD getProperties() Map -METHOD getProperty(String) [PUBLIC] String -METHOD getProperty(String, String) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/field/Fields2.groovy.testFields2_javaPropertyReference.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/field/Fields2.groovy.testFields2_javaPropertyReference.completion index 8e3b2f93559d..bcf5ab61721b 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/field/Fields2.groovy.testFields2_javaPropertyReference.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/field/Fields2.groovy.testFields2_javaPropertyReference.completion @@ -2,13 +2,14 @@ Code completion result for source line: System.properties.ge|t("foo") (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ -METHOD get(Object) [PUBLIC] V +METHOD get(Object) [PUBLIC] Object METHOD get(Object, Object) Object METHOD getAt(Object) Object METHOD getAt(String) Object METHOD getClass() [PUBLIC] Class METHOD getMetaClass() MetaClass METHOD getMetaPropertyValues() List +METHOD getOrDefault(Object, Object) [PUBLIC] Object METHOD getOrDefault(Object, V) [PUBLIC] V METHOD getProperties() Map METHOD getProperty(String) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy.testCollectionLiterals1_1.21.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy.testCollectionLiterals1_1.21.completion new file mode 100644 index 000000000000..0b7f4e5449ac --- /dev/null +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy.testCollectionLiterals1_1.21.completion @@ -0,0 +1,26 @@ +Code completion result for source line: +range1.a| +(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) +------------------------------------ +METHOD add(E) [PUBLIC] boolean +METHOD add(int, E) [PUBLIC] void +METHOD addAll(Collection [PUBLIC] boolean +METHOD addAll(Iterable) boolean +METHOD addAll(Iterator) boolean +METHOD addAll(Object[]) boolean +METHOD addAll(int, Collection -METHOD entrySet() [PUBLIC] Set> diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy.testCollectionLiterals1_3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy.testCollectionLiterals1_3.completion index 9da38fcce43a..6b4b965a5c94 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy.testCollectionLiterals1_3.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals1/CollectionLiterals1.groovy.testCollectionLiterals1_3.completion @@ -2,4 +2,5 @@ Code completion result for source line: map.ent| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ +METHOD entry(K, V) [STATIC, Entry METHOD entrySet() [PUBLIC] Set> diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy.testCollectionLiterals2_1.21.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy.testCollectionLiterals2_1.21.completion new file mode 100644 index 000000000000..0b7f4e5449ac --- /dev/null +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy.testCollectionLiterals2_1.21.completion @@ -0,0 +1,26 @@ +Code completion result for source line: +range1.a| +(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) +------------------------------------ +METHOD add(E) [PUBLIC] boolean +METHOD add(int, E) [PUBLIC] void +METHOD addAll(Collection [PUBLIC] boolean +METHOD addAll(Iterable) boolean +METHOD addAll(Iterator) boolean +METHOD addAll(Object[]) boolean +METHOD addAll(int, Collection -METHOD entrySet() [PUBLIC] Set> diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy.testCollectionLiterals2_3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy.testCollectionLiterals2_3.completion index 9da38fcce43a..6b4b965a5c94 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy.testCollectionLiterals2_3.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/collectionLiterals2/CollectionLiterals2.groovy.testCollectionLiterals2_3.completion @@ -2,4 +2,5 @@ Code completion result for source line: map.ent| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ +METHOD entry(K, V) [STATIC, Entry METHOD entrySet() [PUBLIC] Set> diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_1.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_1.11.completion deleted file mode 100644 index d947cedfb530..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_1.11.completion +++ /dev/null @@ -1,31 +0,0 @@ -Code completion result for source line: -def fieldB = fieldA.c| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_1.completion index 0b84bd02b865..d947cedfb530 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_1.completion @@ -16,6 +16,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(String) [PUBLIC] int METHOD compareToIgnoreCase(String) [PUBLIC] int METHOD concat(String) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_2.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_2.11.completion deleted file mode 100644 index d49e44a564e5..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_2.11.completion +++ /dev/null @@ -1,31 +0,0 @@ -Code completion result for source line: -def fieldB1 = fieldA1.c| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_2.completion index 6562e617d0c3..d49e44a564e5 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_2.completion @@ -16,6 +16,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(String) [PUBLIC] int METHOD compareToIgnoreCase(String) [PUBLIC] int METHOD concat(String) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_3.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_3.11.completion deleted file mode 100644 index 13649fda5584..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_3.11.completion +++ /dev/null @@ -1,31 +0,0 @@ -Code completion result for source line: -def fieldF = fieldE.c| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_3.completion index 91f00d3fcb78..13649fda5584 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_3.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_3.completion @@ -16,6 +16,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(String) [PUBLIC] int METHOD compareToIgnoreCase(String) [PUBLIC] int METHOD concat(String) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_4.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_4.11.completion deleted file mode 100644 index f3be6bc41ce4..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_4.11.completion +++ /dev/null @@ -1,31 +0,0 @@ -Code completion result for source line: -localA.c| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_4.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_4.completion index 7826b9e18dce..f3be6bc41ce4 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_4.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_4.completion @@ -16,6 +16,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(String) [PUBLIC] int METHOD compareToIgnoreCase(String) [PUBLIC] int METHOD concat(String) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_5.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_5.11.completion deleted file mode 100644 index 94bfb754d3b8..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_5.11.completion +++ /dev/null @@ -1,31 +0,0 @@ -Code completion result for source line: -localA.concat("b").c| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_5.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_5.completion index 42deb9656e6c..94bfb754d3b8 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_5.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_5.completion @@ -16,6 +16,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(String) [PUBLIC] int METHOD compareToIgnoreCase(String) [PUBLIC] int METHOD concat(String) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_6.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_6.11.completion deleted file mode 100644 index 32423d1ce3d3..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_6.11.completion +++ /dev/null @@ -1,31 +0,0 @@ -Code completion result for source line: -localA.concat(localB).c| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_6.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_6.completion index 2dc2a906441b..32423d1ce3d3 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_6.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_6.completion @@ -16,6 +16,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(String) [PUBLIC] int METHOD compareToIgnoreCase(String) [PUBLIC] int METHOD concat(String) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_7.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_7.11.completion deleted file mode 100644 index 030216017303..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_7.11.completion +++ /dev/null @@ -1,31 +0,0 @@ -Code completion result for source line: -localC.c| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_7.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_7.completion index fab738dd90eb..030216017303 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_7.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/flow/completionReturnType1/CompletionReturnType1.groovy.testCompletionReturnType1_7.completion @@ -16,6 +16,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(String) [PUBLIC] int METHOD compareToIgnoreCase(String) [PUBLIC] int METHOD concat(String) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/inference/Inference1.groovy.testInference2.12.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/inference/Inference1.groovy.testInference2.12.completion deleted file mode 100644 index 09a50a3faece..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/inference/Inference1.groovy.testInference2.12.completion +++ /dev/null @@ -1,40 +0,0 @@ -Code completion result for source line: -text.t| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD take(int) String -METHOD takeAfter(CharSequence) String -METHOD takeBefore(CharSequence) CharSequence -METHOD takeBefore(String) String -METHOD takeBetween(CharSequence) String -METHOD takeBetween(CharSequence, int String -METHOD takeBetween(CharSequence, Char String -METHOD takeBetween(CharSequence, Char String -METHOD takeRight(int) String -METHOD takeWhile(Closure) String -METHOD tap(Closure) Object -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toBoolean() Boolean -METHOD toCharArray() [PUBLIC] char[] -METHOD toCharacter() Character -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toInteger() Integer -METHOD toList() List -METHOD toLong() Long -METHOD toLowerCase() [PUBLIC] String -METHOD toLowerCase(Locale) [PUBLIC] String -METHOD toSet() Set -METHOD toShort() Short -METHOD toString() [PUBLIC] String -METHOD toURI() URI -METHOD toURL() URL -METHOD toUpperCase() [PUBLIC] String -METHOD toUpperCase(Locale) [PUBLIC] String -METHOD tokenize() List -METHOD tokenize(CharSequence) List -METHOD tokenize(Character) List -METHOD tr(CharSequence, CharSequence) String -METHOD transform(Function -METHOD div(Character) Number -METHOD div(Number) Number -METHOD divideUnsigned(int, int) [STATIC, int -METHOD doubleValue() [PUBLIC] double -METHOD downto(Number, Closure) void -METHOD dump() String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_1.completion index f31a7c39f5a8..1eb0188ec038 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_1.completion @@ -3,6 +3,7 @@ Code completion result for source line: (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ METHOD decode(String) [STATIC, Integer +METHOD describeConstable() [PUBLIC] Optional METHOD div(Character) Number METHOD div(Number) Number METHOD divideUnsigned(int, int) [STATIC, int diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_3.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_3.11.completion deleted file mode 100644 index 14d072f5a887..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_3.11.completion +++ /dev/null @@ -1,31 +0,0 @@ -Code completion result for source line: -"".c| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_3.completion index 2077632b1def..14d072f5a887 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_3.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionForLiteral1/CompletionForLiteral1.groovy.testCompletionForLiteral1_3.completion @@ -16,6 +16,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(String) [PUBLIC] int METHOD compareToIgnoreCase(String) [PUBLIC] int METHOD concat(String) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionGroovyClass1/CompletionGroovyClass1.groovy.testCompletionGroovyClass1_1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionGroovyClass1/CompletionGroovyClass1.groovy.testCompletionGroovyClass1_1.completion index 0a1fa4f6c161..2ddb49ffda57 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionGroovyClass1/CompletionGroovyClass1.groovy.testCompletionGroovyClass1_1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionGroovyClass1/CompletionGroovyClass1.groovy.testCompletionGroovyClass1_1.completion @@ -18,8 +18,8 @@ METHOD every() boolean METHOD every(Closure) boolean METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionGroovySuper1/CompletionGroovySuper1.groovy.testCompletionGroovySuper1_1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionGroovySuper1/CompletionGroovySuper1.groovy.testCompletionGroovySuper1_1.completion index 5dffa4e435f0..a74bed396e7f 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionGroovySuper1/CompletionGroovySuper1.groovy.testCompletionGroovySuper1_1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionGroovySuper1/CompletionGroovySuper1.groovy.testCompletionGroovySuper1_1.completion @@ -20,8 +20,8 @@ METHOD every(Closure) boolean METHOD finalize() [PROTECTE void METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionInsideFor1/CompletionInsideFor1.groovy.testCompletionInsideFor1_2.10.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionInsideFor1/CompletionInsideFor1.groovy.testCompletionInsideFor1_2.10.completion deleted file mode 100644 index 7179902b0c50..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionInsideFor1/CompletionInsideFor1.groovy.testCompletionInsideFor1_2.10.completion +++ /dev/null @@ -1,163 +0,0 @@ -Code completion result for source line: -for (String other in [1:"Alice", 2:"Bob"].|) { -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asImmutable() Map -METHOD asSynchronized() Map -METHOD asType(Class) Object -METHOD asUnmodifiable() Map -METHOD clear() [PUBLIC] void -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectEntries(Closure) Map -METHOD collectEntries(Map, Closure) Map -METHOD collectMany(Closure) List -METHOD collectMany(Collection, Closur Collection -METHOD compute(K, BiFunction -METHOD count(Closure) Number -METHOD countBy(Closure) Map -METHOD drop(int) Map -METHOD dropWhile(Closure) Map -METHOD dump() String -METHOD each(Closure) Map -METHOD eachWithIndex(Closure) Map -METHOD entry(K, V) [STATIC, Entry -METHOD entrySet() [PUBLIC] Set> -METHOD equals(Map) boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD find() Object -METHOD find(Closure) Entry -METHOD findAll() Collection -METHOD findAll(Closure) Map -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 findResults(Closure) Collection -METHOD forEach(BiConsumer -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getOrDefault(Object, V) [PUBLIC] V -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD groupBy(Closure) Map -METHOD groupBy(List) Map -METHOD groupBy(Object[]) Map -METHOD groupEntriesBy(Closure) Map -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 intersect(Map) Map -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isCase(Object) boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD iterator() Iterator -METHOD keySet() [PUBLIC] Set -METHOD leftShift(Map$Entry) Map -METHOD leftShift(Map) Map -METHOD max(Closure) Entry -METHOD merge(K, V, BiFunction -METHOD of(K, V) [STATIC, Map -METHOD of(K, V, K, V) [STATIC, Map -METHOD of(K, V, K, V, K, V) [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V) [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD ofEntries(Entry -METHOD plus(Collection) Map -METHOD plus(Map) Map -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 put(K, V) [PUBLIC] V -METHOD putAll(Collection) Map -METHOD putAll(Map -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 withDefault(Closure) Map -METHOD withTraits(Class[]) Object -FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionInsideFor1/CompletionInsideFor1.groovy.testCompletionInsideFor1_2.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionInsideFor1/CompletionInsideFor1.groovy.testCompletionInsideFor1_2.9.completion deleted file mode 100644 index 4253d08824ea..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionInsideFor1/CompletionInsideFor1.groovy.testCompletionInsideFor1_2.9.completion +++ /dev/null @@ -1,162 +0,0 @@ -Code completion result for source line: -for (String other in [1:"Alice", 2:"Bob"].|) { -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asImmutable() Map -METHOD asSynchronized() Map -METHOD asType(Class) Object -METHOD asUnmodifiable() Map -METHOD clear() [PUBLIC] void -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectEntries(Closure) Map -METHOD collectEntries(Map, Closure) Map -METHOD collectMany(Closure) List -METHOD collectMany(Collection, Closur Collection -METHOD compute(K, BiFunction -METHOD entrySet() [PUBLIC] Set> -METHOD equals(Map) boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD find() Object -METHOD find(Closure) Entry -METHOD findAll() Collection -METHOD findAll(Closure) Map -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 findResults(Closure) Collection -METHOD forEach(BiConsumer -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getOrDefault(Object, V) [PUBLIC] V -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD groupBy(Closure) Map -METHOD groupBy(List) Map -METHOD groupBy(Object[]) Map -METHOD groupEntriesBy(Closure) Map -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 intersect(Map) Map -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isCase(Object) boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD iterator() Iterator -METHOD keySet() [PUBLIC] Set -METHOD leftShift(Map$Entry) Map -METHOD leftShift(Map) Map -METHOD max(Closure) Entry -METHOD merge(K, V, BiFunction -METHOD of(K, V) [STATIC, Map -METHOD of(K, V, K, V) [STATIC, Map -METHOD of(K, V, K, V, K, V) [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V) [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map -METHOD ofEntries(Entry -METHOD plus(Collection) Map -METHOD plus(Map) Map -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 put(K, V) [PUBLIC] V -METHOD putAll(Collection) Map -METHOD putAll(Map -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 withDefault(Closure) Map -METHOD withTraits(Class[]) Object -FIELD empty [PUBLIC] boolean \ No newline at end of file diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionInsideFor1/CompletionInsideFor1.groovy.testCompletionInsideFor1_2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionInsideFor1/CompletionInsideFor1.groovy.testCompletionInsideFor1_2.completion index 6287db8dd788..ed11ece8a89e 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionInsideFor1/CompletionInsideFor1.groovy.testCompletionInsideFor1_2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionInsideFor1/CompletionInsideFor1.groovy.testCompletionInsideFor1_2.completion @@ -23,6 +23,7 @@ METHOD computeIfAbsent(K, Function METHOD count(Closure) Number METHOD countBy(Closure) Map METHOD drop(int) Map @@ -30,6 +31,7 @@ METHOD dropWhile(Closure) Map METHOD dump() String METHOD each(Closure) Map METHOD eachWithIndex(Closure) Map +METHOD entry(K, V) [STATIC, Entry METHOD entrySet() [PUBLIC] Set> METHOD equals(Map) boolean METHOD equals(Object) [PUBLIC] boolean @@ -37,7 +39,7 @@ METHOD every() boolean METHOD every(Closure) boolean METHOD find() Object METHOD find(Closure) Entry -METHOD findAll() Collection +METHOD findAll() List METHOD findAll(Closure) Map METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int @@ -86,6 +88,18 @@ METHOD min(Closure) Entry METHOD minus(Map) Map METHOD notify() [PUBLIC] void METHOD notifyAll() [PUBLIC] void +METHOD of() [STATIC, Map +METHOD of(K, V) [STATIC, Map +METHOD of(K, V, K, V) [STATIC, Map +METHOD of(K, V, K, V, K, V) [STATIC, Map +METHOD of(K, V, K, V, K, V, K, V) [STATIC, Map +METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map +METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map +METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map +METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map +METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map +METHOD of(K, V, K, V, K, V, K, V, K, [STATIC, Map +METHOD ofEntries(Entry METHOD plus(Collection) Map METHOD plus(Map) Map METHOD print(Object) void diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.11.completion deleted file mode 100644 index 13fc8959199c..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.11.completion +++ /dev/null @@ -1,300 +0,0 @@ -Code completion result for source line: -println "Hello $name!".| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Pattern -METHOD build(GroovyObject) [PUBLIC] void -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(Object) [PUBLIC] int -METHOD compareTo(String) [PUBLIC] int -METHOD compareTo(T) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -METHOD decodeBase64() byte[] -METHOD decodeBase64Url() byte[] -METHOD decodeHex() byte[] -METHOD denormalize() String -METHOD digest(String) String -METHOD drop(int) String -METHOD dropRight(int) String -METHOD dropWhile(Closure) String -METHOD dump() String -METHOD each(Closure) Object -METHOD eachLine(Closure) Object -METHOD eachLine(int, Closure) Object -METHOD eachMatch(CharSequence, Closur CharSequence -METHOD eachMatch(Pattern, Closure) CharSequence -METHOD eachMatch(String, Closure) String -METHOD eachWithIndex(Closure) Object -METHOD endsWith(String) [PUBLIC] boolean -METHOD endsWithAny(CharSequence[]) boolean -METHOD endsWithIgnoreCase(CharSequenc boolean -METHOD equals(GString) [PUBLIC] boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD equalsIgnoreCase(String) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD execute() Process -METHOD execute(List, File) Process -METHOD execute(String[], File) Process -METHOD expand() String -METHOD expand(int) String -METHOD expandLine(int) String -METHOD find() Object -METHOD find(CharSequence) String -METHOD find(CharSequence, Closure) String -METHOD find(Closure) Object -METHOD find(Pattern) String -METHOD find(Pattern, Closure) String -METHOD findAll() Collection -METHOD findAll(CharSequence) List -METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection -METHOD findAll(Pattern) List -METHOD findAll(Pattern, Closure) List -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 format(Locale, String, Object. [STATIC, String -METHOD format(String, Object...) [STATIC, String -METHOD getAt(Collection) String -METHOD getAt(EmptyRange) String -METHOD getAt(IntRange) String -METHOD getAt(Range) String -METHOD getAt(String) Object -METHOD getAt(int) String -METHOD getBytes() [PUBLIC] byte[] -METHOD getBytes(Charset) [PUBLIC] byte[] -METHOD getBytes(String) [PUBLIC] byte[] -METHOD getBytes(int, int, byte[], int [PUBLIC] void -METHOD getChars() char[] -METHOD getChars(int, int, char[], int [PUBLIC] void -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD getProperty(String) [PUBLIC] Object -METHOD getStrings() [PUBLIC] String[] -METHOD getValue(int) [PUBLIC] Object -METHOD getValueCount() [PUBLIC] int -METHOD getValues() [PUBLIC] Object[] -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD identity(Closure) Object -METHOD indexOf(String) [PUBLIC] int -METHOD indexOf(String, int) [PUBLIC] int -METHOD indexOf(int) [PUBLIC] int -METHOD indexOf(int, int) [PUBLIC] int -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intern() [PUBLIC] String -METHOD invokeMethod(String, Object) [PUBLIC] Object -METHOD is(Object) boolean -METHOD isAllWhitespace() boolean -METHOD isAtLeast(String) Boolean -METHOD isBigDecimal() boolean -METHOD isBigInteger() boolean -METHOD isBlank() boolean -METHOD isCase(Object) boolean -METHOD isDouble() boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isFloat() boolean -METHOD isInteger() boolean -METHOD isLong() boolean -METHOD isNumber() boolean -METHOD iterator() Iterator -METHOD join(CharSequence, CharSequenc [STATIC, String -METHOD join(CharSequence, Iterable -METHOD matches(Pattern) boolean -METHOD matches(String) [PUBLIC] boolean -METHOD md5() String -METHOD metaClass(Closure) MetaClass -METHOD minus(Object) String -METHOD minus(Pattern) String -METHOD multiply(Number) String -METHOD negate() [PUBLIC] Pattern -METHOD next() String -METHOD normalize() String -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD numberAwareCompareTo(Comparabl int -METHOD offsetByCodePoints(int, int) [PUBLIC] int -METHOD padLeft(Number) String -METHOD padLeft(Number, CharSequence) String -METHOD padRight(Number) String -METHOD padRight(Number, CharSequence) String -METHOD plus(CharSequence) String -METHOD plus(GString) [PUBLIC] GString -METHOD plus(Object) String -METHOD plus(String) [PUBLIC] GString -METHOD previous() String -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 readLines() List -METHOD regionMatches(boolean, int, St [PUBLIC] boolean -METHOD regionMatches(int, String, int [PUBLIC] boolean -METHOD repeat(int) [PUBLIC] String -METHOD replace(CharSequence, CharSequ [PUBLIC] String -METHOD replace(Map) String -METHOD replace(char, char) [PUBLIC] String -METHOD replace(int, Map) String -METHOD replaceAll(CharSequence, CharS String -METHOD replaceAll(CharSequence, Closu String -METHOD replaceAll(Pattern, CharSequen String -METHOD replaceAll(Pattern, Closure) String -METHOD replaceAll(String, String) [PUBLIC] String -METHOD replaceFirst(CharSequence, Cha String -METHOD replaceFirst(CharSequence, Clo String -METHOD replaceFirst(Pattern, CharSequ String -METHOD replaceFirst(Pattern, Closure) String -METHOD replaceFirst(String, String) [PUBLIC] String -METHOD respondsTo(String) List -METHOD respondsTo(String, Object) List -METHOD reverse() String -METHOD setMetaClass(MetaClass) void -METHOD setProperty(String, Object) [PUBLIC] void -METHOD sha256() String -METHOD size() int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -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 sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD startsWith(String) [PUBLIC] boolean -METHOD startsWith(String, int) [PUBLIC] boolean -METHOD startsWithAny(CharSequence[]) boolean -METHOD startsWithIgnoreCase(CharSeque boolean -METHOD stream() Stream -METHOD strip() [PUBLIC] String -METHOD stripIndent() String -METHOD stripIndent(boolean) String -METHOD stripIndent(int) String -METHOD stripLeading() [PUBLIC] String -METHOD stripMargin() String -METHOD stripMargin(CharSequence) String -METHOD stripMargin(char) String -METHOD stripTrailing() [PUBLIC] String -METHOD subSequence(int, int) [PUBLIC] CharSequence -METHOD substring(int) [PUBLIC] String -METHOD substring(int, int) [PUBLIC] String -METHOD take(int) String -METHOD takeAfter(CharSequence) String -METHOD takeBefore(CharSequence) CharSequence -METHOD takeBefore(String) String -METHOD takeBetween(CharSequence) String -METHOD takeBetween(CharSequence, int String -METHOD takeBetween(CharSequence, Char String -METHOD takeBetween(CharSequence, Char String -METHOD takeRight(int) String -METHOD takeWhile(Closure) String -METHOD tap(Closure) Object -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toBoolean() Boolean -METHOD toCharArray() [PUBLIC] char[] -METHOD toCharacter() Character -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toInteger() Integer -METHOD toList() List -METHOD toLong() Long -METHOD toLowerCase() [PUBLIC] String -METHOD toLowerCase(Locale) [PUBLIC] String -METHOD toSet() Set -METHOD toShort() Short -METHOD toString() [PUBLIC] String -METHOD toURI() URI -METHOD toURL() URL -METHOD toUpperCase() [PUBLIC] String -METHOD toUpperCase(Locale) [PUBLIC] String -METHOD tokenize() List -METHOD tokenize(CharSequence) List -METHOD tokenize(Character) List -METHOD tr(CharSequence, CharSequence) String -METHOD trim() [PUBLIC] String -METHOD uncapitalize() String -METHOD unexpand() String -METHOD unexpand(int) String -METHOD unexpandLine(int) String -METHOD use(Class, Closure) Object -METHOD use(List, Closure) Object -METHOD use(Object[]) Object -METHOD valueOf(Object) [STATIC, String -METHOD valueOf(boolean) [STATIC, String -METHOD valueOf(char) [STATIC, String -METHOD valueOf(char[]) [STATIC, String -METHOD valueOf(char[], int, int) [STATIC, String -METHOD valueOf(double) [STATIC, String -METHOD valueOf(float) [STATIC, String -METHOD valueOf(int) [STATIC, String -METHOD valueOf(long) [STATIC, String -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 -METHOD writeTo(Writer) [PUBLIC] Writer -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD EMPTY [STATIC, GString -FIELD EMPTY_OBJECT_ARRAY [STATIC, Object[] -FIELD EMPTY_STRING_ARRAY [STATIC, String[] -FIELD blank [PUBLIC] boolean -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean -FIELD strings [PUBLIC] String[] -FIELD valueCount [PUBLIC] int -FIELD values [PUBLIC] Object[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.12.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.12.completion deleted file mode 100644 index df40cc6ec277..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.12.completion +++ /dev/null @@ -1,304 +0,0 @@ -Code completion result for source line: -println "Hello $name!".| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Pattern -METHOD build(GroovyObject) [PUBLIC] void -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(Object) [PUBLIC] int -METHOD compareTo(String) [PUBLIC] int -METHOD compareTo(T) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -METHOD decodeBase64() byte[] -METHOD decodeBase64Url() byte[] -METHOD decodeHex() byte[] -METHOD denormalize() String -METHOD describeConstable() [PUBLIC] Optional -METHOD digest(String) String -METHOD drop(int) String -METHOD dropRight(int) String -METHOD dropWhile(Closure) String -METHOD dump() String -METHOD each(Closure) Object -METHOD eachLine(Closure) Object -METHOD eachLine(int, Closure) Object -METHOD eachMatch(CharSequence, Closur CharSequence -METHOD eachMatch(Pattern, Closure) CharSequence -METHOD eachMatch(String, Closure) String -METHOD eachWithIndex(Closure) Object -METHOD endsWith(String) [PUBLIC] boolean -METHOD endsWithAny(CharSequence[]) boolean -METHOD endsWithIgnoreCase(CharSequenc boolean -METHOD equals(GString) [PUBLIC] boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD equalsIgnoreCase(String) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD execute() Process -METHOD execute(List, File) Process -METHOD execute(String[], File) Process -METHOD expand() String -METHOD expand(int) String -METHOD expandLine(int) String -METHOD find() Object -METHOD find(CharSequence) String -METHOD find(CharSequence, Closure) String -METHOD find(Closure) Object -METHOD find(Pattern) String -METHOD find(Pattern, Closure) String -METHOD findAll() Collection -METHOD findAll(CharSequence) List -METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection -METHOD findAll(Pattern) List -METHOD findAll(Pattern, Closure) List -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 format(Locale, String, Object. [STATIC, String -METHOD format(String, Object...) [STATIC, String -METHOD getAt(Collection) String -METHOD getAt(EmptyRange) String -METHOD getAt(IntRange) String -METHOD getAt(Range) String -METHOD getAt(String) Object -METHOD getAt(int) String -METHOD getBytes() [PUBLIC] byte[] -METHOD getBytes(Charset) [PUBLIC] byte[] -METHOD getBytes(String) [PUBLIC] byte[] -METHOD getBytes(int, int, byte[], int [PUBLIC] void -METHOD getChars() char[] -METHOD getChars(int, int, char[], int [PUBLIC] void -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD getProperty(String) [PUBLIC] Object -METHOD getStrings() [PUBLIC] String[] -METHOD getValue(int) [PUBLIC] Object -METHOD getValueCount() [PUBLIC] int -METHOD getValues() [PUBLIC] Object[] -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD identity(Closure) Object -METHOD indent(int) [PUBLIC] String -METHOD indexOf(String) [PUBLIC] int -METHOD indexOf(String, int) [PUBLIC] int -METHOD indexOf(int) [PUBLIC] int -METHOD indexOf(int, int) [PUBLIC] int -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intern() [PUBLIC] String -METHOD invokeMethod(String, Object) [PUBLIC] Object -METHOD is(Object) boolean -METHOD isAllWhitespace() boolean -METHOD isAtLeast(String) Boolean -METHOD isBigDecimal() boolean -METHOD isBigInteger() boolean -METHOD isBlank() boolean -METHOD isCase(Object) boolean -METHOD isDouble() boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isFloat() boolean -METHOD isInteger() boolean -METHOD isLong() boolean -METHOD isNumber() boolean -METHOD iterator() Iterator -METHOD join(CharSequence, CharSequenc [STATIC, String -METHOD join(CharSequence, Iterable -METHOD matches(Pattern) boolean -METHOD matches(String) [PUBLIC] boolean -METHOD md5() String -METHOD metaClass(Closure) MetaClass -METHOD minus(Object) String -METHOD minus(Pattern) String -METHOD multiply(Number) String -METHOD negate() [PUBLIC] Pattern -METHOD next() String -METHOD normalize() String -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD numberAwareCompareTo(Comparabl int -METHOD offsetByCodePoints(int, int) [PUBLIC] int -METHOD padLeft(Number) String -METHOD padLeft(Number, CharSequence) String -METHOD padRight(Number) String -METHOD padRight(Number, CharSequence) String -METHOD plus(CharSequence) String -METHOD plus(GString) [PUBLIC] GString -METHOD plus(Object) String -METHOD plus(String) [PUBLIC] GString -METHOD previous() String -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 readLines() List -METHOD regionMatches(boolean, int, St [PUBLIC] boolean -METHOD regionMatches(int, String, int [PUBLIC] boolean -METHOD repeat(int) [PUBLIC] String -METHOD replace(CharSequence, CharSequ [PUBLIC] String -METHOD replace(Map) String -METHOD replace(char, char) [PUBLIC] String -METHOD replace(int, Map) String -METHOD replaceAll(CharSequence, CharS String -METHOD replaceAll(CharSequence, Closu String -METHOD replaceAll(Pattern, CharSequen String -METHOD replaceAll(Pattern, Closure) String -METHOD replaceAll(String, String) [PUBLIC] String -METHOD replaceFirst(CharSequence, Cha String -METHOD replaceFirst(CharSequence, Clo String -METHOD replaceFirst(Pattern, CharSequ String -METHOD replaceFirst(Pattern, Closure) String -METHOD replaceFirst(String, String) [PUBLIC] String -METHOD resolveConstantDesc(Lookup) [PUBLIC] String -METHOD respondsTo(String) List -METHOD respondsTo(String, Object) List -METHOD reverse() String -METHOD setMetaClass(MetaClass) void -METHOD setProperty(String, Object) [PUBLIC] void -METHOD sha256() String -METHOD size() int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -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 sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD startsWith(String) [PUBLIC] boolean -METHOD startsWith(String, int) [PUBLIC] boolean -METHOD startsWithAny(CharSequence[]) boolean -METHOD startsWithIgnoreCase(CharSeque boolean -METHOD stream() Stream -METHOD strip() [PUBLIC] String -METHOD stripIndent() String -METHOD stripIndent(boolean) String -METHOD stripIndent(int) String -METHOD stripLeading() [PUBLIC] String -METHOD stripMargin() String -METHOD stripMargin(CharSequence) String -METHOD stripMargin(char) String -METHOD stripTrailing() [PUBLIC] String -METHOD subSequence(int, int) [PUBLIC] CharSequence -METHOD substring(int) [PUBLIC] String -METHOD substring(int, int) [PUBLIC] String -METHOD take(int) String -METHOD takeAfter(CharSequence) String -METHOD takeBefore(CharSequence) CharSequence -METHOD takeBefore(String) String -METHOD takeBetween(CharSequence) String -METHOD takeBetween(CharSequence, int String -METHOD takeBetween(CharSequence, Char String -METHOD takeBetween(CharSequence, Char String -METHOD takeRight(int) String -METHOD takeWhile(Closure) String -METHOD tap(Closure) Object -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toBoolean() Boolean -METHOD toCharArray() [PUBLIC] char[] -METHOD toCharacter() Character -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toInteger() Integer -METHOD toList() List -METHOD toLong() Long -METHOD toLowerCase() [PUBLIC] String -METHOD toLowerCase(Locale) [PUBLIC] String -METHOD toSet() Set -METHOD toShort() Short -METHOD toString() [PUBLIC] String -METHOD toURI() URI -METHOD toURL() URL -METHOD toUpperCase() [PUBLIC] String -METHOD toUpperCase(Locale) [PUBLIC] String -METHOD tokenize() List -METHOD tokenize(CharSequence) List -METHOD tokenize(Character) List -METHOD tr(CharSequence, CharSequence) String -METHOD transform(Function -FIELD EMPTY [STATIC, GString -FIELD EMPTY_OBJECT_ARRAY [STATIC, Object[] -FIELD EMPTY_STRING_ARRAY [STATIC, String[] -FIELD blank [PUBLIC] boolean -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean -FIELD strings [PUBLIC] String[] -FIELD valueCount [PUBLIC] int -FIELD values [PUBLIC] Object[] \ No newline at end of file diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.13.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.21.completion similarity index 98% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.13.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.21.completion index d92e73824c57..7ba641b0370d 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.13.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.21.completion @@ -73,10 +73,10 @@ METHOD find(CharSequence, Closure) String METHOD find(Closure) Object METHOD find(Pattern) String METHOD find(Pattern, Closure) String -METHOD findAll() Collection +METHOD findAll() List METHOD findAll(CharSequence) List METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection +METHOD findAll(Closure) List METHOD findAll(Pattern) List METHOD findAll(Pattern, Closure) List METHOD findIndexOf(Closure) int @@ -119,8 +119,10 @@ METHOD identity(Closure) Object METHOD indent(int) [PUBLIC] String METHOD indexOf(String) [PUBLIC] int METHOD indexOf(String, int) [PUBLIC] int +METHOD indexOf(String, int, int) [PUBLIC] int METHOD indexOf(int) [PUBLIC] int METHOD indexOf(int, int) [PUBLIC] int +METHOD indexOf(int, int, int) [PUBLIC] int METHOD inject(Closure) Object METHOD inject(Object, Closure) Object METHOD inspect() String @@ -214,6 +216,7 @@ 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[] METHOD sprintf(String, Object) String METHOD sprintf(String, Object) String METHOD startsWith(String) [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.9.completion deleted file mode 100644 index 189897fa9cd0..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.9.completion +++ /dev/null @@ -1,293 +0,0 @@ -Code completion result for source line: -println "Hello $name!".| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Pattern -METHOD build(GroovyObject) [PUBLIC] void -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compareTo(Object) [PUBLIC] int -METHOD compareTo(String) [PUBLIC] int -METHOD compareTo(T) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -METHOD decodeBase64() byte[] -METHOD decodeBase64Url() byte[] -METHOD decodeHex() byte[] -METHOD denormalize() String -METHOD digest(String) String -METHOD drop(int) String -METHOD dropRight(int) String -METHOD dropWhile(Closure) String -METHOD dump() String -METHOD each(Closure) Object -METHOD eachLine(Closure) Object -METHOD eachLine(int, Closure) Object -METHOD eachMatch(CharSequence, Closur CharSequence -METHOD eachMatch(Pattern, Closure) CharSequence -METHOD eachMatch(String, Closure) String -METHOD eachWithIndex(Closure) Object -METHOD endsWith(String) [PUBLIC] boolean -METHOD endsWithAny(CharSequence[]) boolean -METHOD endsWithIgnoreCase(CharSequenc boolean -METHOD equals(GString) [PUBLIC] boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD equalsIgnoreCase(String) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD execute() Process -METHOD execute(List, File) Process -METHOD execute(String[], File) Process -METHOD expand() String -METHOD expand(int) String -METHOD expandLine(int) String -METHOD find() Object -METHOD find(CharSequence) String -METHOD find(CharSequence, Closure) String -METHOD find(Closure) Object -METHOD find(Pattern) String -METHOD find(Pattern, Closure) String -METHOD findAll() Collection -METHOD findAll(CharSequence) List -METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection -METHOD findAll(Pattern) List -METHOD findAll(Pattern, Closure) List -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 format(Locale, String, Object. [STATIC, String -METHOD format(String, Object...) [STATIC, String -METHOD getAt(Collection) String -METHOD getAt(EmptyRange) String -METHOD getAt(IntRange) String -METHOD getAt(Range) String -METHOD getAt(String) Object -METHOD getAt(int) String -METHOD getBytes() [PUBLIC] byte[] -METHOD getBytes(Charset) [PUBLIC] byte[] -METHOD getBytes(String) [PUBLIC] byte[] -METHOD getBytes(int, int, byte[], int [PUBLIC] void -METHOD getChars() char[] -METHOD getChars(int, int, char[], int [PUBLIC] void -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD getProperty(String) [PUBLIC] Object -METHOD getStrings() [PUBLIC] String[] -METHOD getValue(int) [PUBLIC] Object -METHOD getValueCount() [PUBLIC] int -METHOD getValues() [PUBLIC] Object[] -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD identity(Closure) Object -METHOD indexOf(String) [PUBLIC] int -METHOD indexOf(String, int) [PUBLIC] int -METHOD indexOf(int) [PUBLIC] int -METHOD indexOf(int, int) [PUBLIC] int -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intern() [PUBLIC] String -METHOD invokeMethod(String, Object) [PUBLIC] Object -METHOD is(Object) boolean -METHOD isAllWhitespace() boolean -METHOD isAtLeast(String) Boolean -METHOD isBigDecimal() boolean -METHOD isBigInteger() boolean -METHOD isBlank() boolean -METHOD isCase(Object) boolean -METHOD isDouble() boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isFloat() boolean -METHOD isInteger() boolean -METHOD isLong() boolean -METHOD isNumber() boolean -METHOD iterator() Iterator -METHOD join(CharSequence, CharSequenc [STATIC, String -METHOD join(CharSequence, Iterable -FIELD EMPTY [STATIC, GString -FIELD EMPTY_OBJECT_ARRAY [STATIC, Object[] -FIELD EMPTY_STRING_ARRAY [STATIC, String[] -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean -FIELD strings [PUBLIC] String[] -FIELD valueCount [PUBLIC] int -FIELD values [PUBLIC] Object[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.completion index 189897fa9cd0..8f1cf61449a5 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString1/CompletionNoPrefixString1.groovy.testCompletionNoPrefixString1.completion @@ -23,6 +23,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(Object) [PUBLIC] int METHOD compareTo(String) [PUBLIC] int METHOD compareTo(T) [PUBLIC] int @@ -39,6 +40,7 @@ METHOD decodeBase64() byte[] METHOD decodeBase64Url() byte[] METHOD decodeHex() byte[] METHOD denormalize() String +METHOD describeConstable() [PUBLIC] Optional METHOD digest(String) String METHOD drop(int) String METHOD dropRight(int) String @@ -71,10 +73,10 @@ METHOD find(CharSequence, Closure) String METHOD find(Closure) Object METHOD find(Pattern) String METHOD find(Pattern, Closure) String -METHOD findAll() Collection +METHOD findAll() List METHOD findAll(CharSequence) List METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection +METHOD findAll(Closure) List METHOD findAll(Pattern) List METHOD findAll(Pattern, Closure) List METHOD findIndexOf(Closure) int @@ -87,6 +89,7 @@ METHOD findResult(Closure) Object METHOD findResult(Object, Closure) Object METHOD format(Locale, String, Object. [STATIC, String METHOD format(String, Object...) [STATIC, String +METHOD formatted(Object...) [PUBLIC] String METHOD getAt(Collection) String METHOD getAt(EmptyRange) String METHOD getAt(IntRange) String @@ -113,6 +116,7 @@ METHOD grep(Object) Collection METHOD hasProperty(String) MetaProperty METHOD hashCode() [PUBLIC] int METHOD identity(Closure) Object +METHOD indent(int) [PUBLIC] String METHOD indexOf(String) [PUBLIC] int METHOD indexOf(String, int) [PUBLIC] int METHOD indexOf(int) [PUBLIC] int @@ -144,6 +148,7 @@ METHOD lastIndexOf(int) [PUBLIC] int METHOD lastIndexOf(int, int) [PUBLIC] int METHOD leftShift(Object) StringBuilder METHOD length() [PUBLIC] int +METHOD lines() [PUBLIC] Stream METHOD matches(Pattern) boolean METHOD matches(String) [PUBLIC] boolean METHOD md5() String @@ -178,6 +183,7 @@ METHOD putAt(String, Object) void METHOD readLines() List METHOD regionMatches(boolean, int, St [PUBLIC] boolean METHOD regionMatches(int, String, int [PUBLIC] boolean +METHOD repeat(int) [PUBLIC] String METHOD replace(CharSequence, CharSequ [PUBLIC] String METHOD replace(Map) String METHOD replace(char, char) [PUBLIC] String @@ -192,6 +198,7 @@ METHOD replaceFirst(CharSequence, Clo String METHOD replaceFirst(Pattern, CharSequ String METHOD replaceFirst(Pattern, Closure) String METHOD replaceFirst(String, String) [PUBLIC] String +METHOD resolveConstantDesc(Lookup) [PUBLIC] String METHOD respondsTo(String) List METHOD respondsTo(String, Object) List METHOD reverse() String @@ -214,12 +221,15 @@ METHOD startsWith(String, int) [PUBLIC] boolean METHOD startsWithAny(CharSequence[]) boolean METHOD startsWithIgnoreCase(CharSeque boolean METHOD stream() Stream +METHOD strip() [PUBLIC] String METHOD stripIndent() String METHOD stripIndent(boolean) String METHOD stripIndent(int) String +METHOD stripLeading() [PUBLIC] String METHOD stripMargin() String METHOD stripMargin(CharSequence) String METHOD stripMargin(char) String +METHOD stripTrailing() [PUBLIC] String METHOD subSequence(int, int) [PUBLIC] CharSequence METHOD substring(int) [PUBLIC] String METHOD substring(int, int) [PUBLIC] String @@ -257,6 +267,8 @@ METHOD tokenize() List METHOD tokenize(CharSequence) List METHOD tokenize(Character) List METHOD tr(CharSequence, CharSequence) String +METHOD transform(Function FIELD EMPTY [STATIC, GString FIELD EMPTY_OBJECT_ARRAY [STATIC, Object[] FIELD EMPTY_STRING_ARRAY [STATIC, String[] +FIELD blank [PUBLIC] boolean FIELD bytes [PUBLIC] byte[] FIELD class [PUBLIC] Class FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.11.completion deleted file mode 100644 index b6f1ced83eb0..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.11.completion +++ /dev/null @@ -1,280 +0,0 @@ -Code completion result for source line: -def name='Petr'.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Pattern -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -METHOD decodeBase64() byte[] -METHOD decodeBase64Url() byte[] -METHOD decodeHex() byte[] -METHOD denormalize() String -METHOD digest(String) String -METHOD drop(int) String -METHOD dropRight(int) String -METHOD dropWhile(Closure) String -METHOD dump() String -METHOD each(Closure) Object -METHOD eachLine(Closure) Object -METHOD eachLine(int, Closure) Object -METHOD eachMatch(CharSequence, Closur CharSequence -METHOD eachMatch(Pattern, Closure) String -METHOD eachMatch(String, Closure) String -METHOD eachWithIndex(Closure) Object -METHOD endsWith(String) [PUBLIC] boolean -METHOD endsWithAny(CharSequence[]) boolean -METHOD endsWithIgnoreCase(CharSequenc boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD equalsIgnoreCase(String) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD execute() Process -METHOD execute(List, File) Process -METHOD execute(String[], File) Process -METHOD expand() String -METHOD expand(int) String -METHOD expandLine(int) String -METHOD find() Object -METHOD find(CharSequence) String -METHOD find(CharSequence, Closure) String -METHOD find(Closure) Object -METHOD find(Pattern) String -METHOD find(Pattern, Closure) String -METHOD findAll() Collection -METHOD findAll(CharSequence) List -METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection -METHOD findAll(Pattern) List -METHOD findAll(Pattern, Closure) List -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 format(Locale, String, Object. [STATIC, String -METHOD format(String, Object...) [STATIC, String -METHOD getAt(Collection) String -METHOD getAt(EmptyRange) String -METHOD getAt(IntRange) String -METHOD getAt(Range) String -METHOD getAt(String) Object -METHOD getAt(int) String -METHOD getBytes() [PUBLIC] byte[] -METHOD getBytes(Charset) [PUBLIC] byte[] -METHOD getBytes(String) [PUBLIC] byte[] -METHOD getBytes(int, int, byte[], int [PUBLIC] void -METHOD getChars() char[] -METHOD getChars(int, int, char[], int [PUBLIC] void -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD identity(Closure) Object -METHOD indexOf(String) [PUBLIC] int -METHOD indexOf(String, int) [PUBLIC] int -METHOD indexOf(int) [PUBLIC] int -METHOD indexOf(int, int) [PUBLIC] int -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intern() [PUBLIC] String -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isAllWhitespace() boolean -METHOD isAtLeast(String) Boolean -METHOD isBigDecimal() boolean -METHOD isBigInteger() boolean -METHOD isBlank() [PUBLIC] boolean -METHOD isCase(Object) boolean -METHOD isDouble() boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isFloat() boolean -METHOD isInteger() boolean -METHOD isLong() boolean -METHOD isNumber() boolean -METHOD iterator() Iterator -METHOD join(CharSequence, CharSequenc [STATIC, String -METHOD join(CharSequence, Iterable -METHOD matches(Pattern) boolean -METHOD matches(String) [PUBLIC] boolean -METHOD md5() String -METHOD metaClass(Closure) MetaClass -METHOD minus(Object) String -METHOD minus(Pattern) String -METHOD multiply(Number) String -METHOD next() String -METHOD normalize() String -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD numberAwareCompareTo(Comparabl int -METHOD offsetByCodePoints(int, int) [PUBLIC] int -METHOD padLeft(Number) String -METHOD padLeft(Number, CharSequence) String -METHOD padRight(Number) String -METHOD padRight(Number, CharSequence) String -METHOD plus(CharSequence) String -METHOD plus(Object) String -METHOD previous() String -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 readLines() List -METHOD regionMatches(boolean, int, St [PUBLIC] boolean -METHOD regionMatches(int, String, int [PUBLIC] boolean -METHOD repeat(int) [PUBLIC] String -METHOD replace(CharSequence, CharSequ [PUBLIC] String -METHOD replace(Map) String -METHOD replace(char, char) [PUBLIC] String -METHOD replace(int, Map) String -METHOD replaceAll(CharSequence, CharS String -METHOD replaceAll(CharSequence, Closu String -METHOD replaceAll(Pattern, CharSequen String -METHOD replaceAll(Pattern, Closure) String -METHOD replaceAll(String, String) [PUBLIC] String -METHOD replaceFirst(CharSequence, Cha String -METHOD replaceFirst(CharSequence, Clo String -METHOD replaceFirst(Pattern, CharSequ String -METHOD replaceFirst(Pattern, Closure) String -METHOD replaceFirst(String, String) [PUBLIC] String -METHOD respondsTo(String) List -METHOD respondsTo(String, Object) List -METHOD reverse() String -METHOD setMetaClass(MetaClass) void -METHOD sha256() String -METHOD size() int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -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 sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD startsWith(String) [PUBLIC] boolean -METHOD startsWith(String, int) [PUBLIC] boolean -METHOD startsWithAny(CharSequence[]) boolean -METHOD startsWithIgnoreCase(CharSeque boolean -METHOD stream() Stream -METHOD strip() [PUBLIC] String -METHOD stripIndent() String -METHOD stripIndent(boolean) String -METHOD stripIndent(int) String -METHOD stripLeading() [PUBLIC] String -METHOD stripMargin() String -METHOD stripMargin(CharSequence) String -METHOD stripMargin(char) String -METHOD stripTrailing() [PUBLIC] String -METHOD subSequence(int, int) [PUBLIC] CharSequence -METHOD substring(int) [PUBLIC] String -METHOD substring(int, int) [PUBLIC] String -METHOD take(int) String -METHOD takeAfter(CharSequence) String -METHOD takeBefore(CharSequence) CharSequence -METHOD takeBefore(String) String -METHOD takeBetween(CharSequence) String -METHOD takeBetween(CharSequence, int String -METHOD takeBetween(CharSequence, Char String -METHOD takeBetween(CharSequence, Char String -METHOD takeRight(int) String -METHOD takeWhile(Closure) String -METHOD tap(Closure) Object -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toBoolean() Boolean -METHOD toCharArray() [PUBLIC] char[] -METHOD toCharacter() Character -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toInteger() Integer -METHOD toList() List -METHOD toLong() Long -METHOD toLowerCase() [PUBLIC] String -METHOD toLowerCase(Locale) [PUBLIC] String -METHOD toSet() Set -METHOD toShort() Short -METHOD toString() [PUBLIC] String -METHOD toURI() URI -METHOD toURL() URL -METHOD toUpperCase() [PUBLIC] String -METHOD toUpperCase(Locale) [PUBLIC] String -METHOD tokenize() List -METHOD tokenize(CharSequence) List -METHOD tokenize(Character) List -METHOD tr(CharSequence, CharSequence) String -METHOD trim() [PUBLIC] String -METHOD uncapitalize() String -METHOD unexpand() String -METHOD unexpand(int) String -METHOD unexpandLine(int) String -METHOD use(Class, Closure) Object -METHOD use(List, Closure) Object -METHOD use(Object[]) Object -METHOD valueOf(Object) [STATIC, String -METHOD valueOf(boolean) [STATIC, String -METHOD valueOf(char) [STATIC, String -METHOD valueOf(char[]) [STATIC, String -METHOD valueOf(char[], int, int) [STATIC, String -METHOD valueOf(double) [STATIC, String -METHOD valueOf(float) [STATIC, String -METHOD valueOf(int) [STATIC, String -METHOD valueOf(long) [STATIC, String -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 CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD blank [PUBLIC] boolean -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.12.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.12.completion deleted file mode 100644 index 825f7eacb5d5..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.12.completion +++ /dev/null @@ -1,284 +0,0 @@ -Code completion result for source line: -def name='Petr'.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Pattern -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -METHOD decodeBase64() byte[] -METHOD decodeBase64Url() byte[] -METHOD decodeHex() byte[] -METHOD denormalize() String -METHOD describeConstable() [PUBLIC] Optional -METHOD digest(String) String -METHOD drop(int) String -METHOD dropRight(int) String -METHOD dropWhile(Closure) String -METHOD dump() String -METHOD each(Closure) Object -METHOD eachLine(Closure) Object -METHOD eachLine(int, Closure) Object -METHOD eachMatch(CharSequence, Closur CharSequence -METHOD eachMatch(Pattern, Closure) String -METHOD eachMatch(String, Closure) String -METHOD eachWithIndex(Closure) Object -METHOD endsWith(String) [PUBLIC] boolean -METHOD endsWithAny(CharSequence[]) boolean -METHOD endsWithIgnoreCase(CharSequenc boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD equalsIgnoreCase(String) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD execute() Process -METHOD execute(List, File) Process -METHOD execute(String[], File) Process -METHOD expand() String -METHOD expand(int) String -METHOD expandLine(int) String -METHOD find() Object -METHOD find(CharSequence) String -METHOD find(CharSequence, Closure) String -METHOD find(Closure) Object -METHOD find(Pattern) String -METHOD find(Pattern, Closure) String -METHOD findAll() Collection -METHOD findAll(CharSequence) List -METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection -METHOD findAll(Pattern) List -METHOD findAll(Pattern, Closure) List -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 format(Locale, String, Object. [STATIC, String -METHOD format(String, Object...) [STATIC, String -METHOD getAt(Collection) String -METHOD getAt(EmptyRange) String -METHOD getAt(IntRange) String -METHOD getAt(Range) String -METHOD getAt(String) Object -METHOD getAt(int) String -METHOD getBytes() [PUBLIC] byte[] -METHOD getBytes(Charset) [PUBLIC] byte[] -METHOD getBytes(String) [PUBLIC] byte[] -METHOD getBytes(int, int, byte[], int [PUBLIC] void -METHOD getChars() char[] -METHOD getChars(int, int, char[], int [PUBLIC] void -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD identity(Closure) Object -METHOD indent(int) [PUBLIC] String -METHOD indexOf(String) [PUBLIC] int -METHOD indexOf(String, int) [PUBLIC] int -METHOD indexOf(int) [PUBLIC] int -METHOD indexOf(int, int) [PUBLIC] int -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intern() [PUBLIC] String -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isAllWhitespace() boolean -METHOD isAtLeast(String) Boolean -METHOD isBigDecimal() boolean -METHOD isBigInteger() boolean -METHOD isBlank() [PUBLIC] boolean -METHOD isCase(Object) boolean -METHOD isDouble() boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isFloat() boolean -METHOD isInteger() boolean -METHOD isLong() boolean -METHOD isNumber() boolean -METHOD iterator() Iterator -METHOD join(CharSequence, CharSequenc [STATIC, String -METHOD join(CharSequence, Iterable -METHOD matches(Pattern) boolean -METHOD matches(String) [PUBLIC] boolean -METHOD md5() String -METHOD metaClass(Closure) MetaClass -METHOD minus(Object) String -METHOD minus(Pattern) String -METHOD multiply(Number) String -METHOD next() String -METHOD normalize() String -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD numberAwareCompareTo(Comparabl int -METHOD offsetByCodePoints(int, int) [PUBLIC] int -METHOD padLeft(Number) String -METHOD padLeft(Number, CharSequence) String -METHOD padRight(Number) String -METHOD padRight(Number, CharSequence) String -METHOD plus(CharSequence) String -METHOD plus(Object) String -METHOD previous() String -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 readLines() List -METHOD regionMatches(boolean, int, St [PUBLIC] boolean -METHOD regionMatches(int, String, int [PUBLIC] boolean -METHOD repeat(int) [PUBLIC] String -METHOD replace(CharSequence, CharSequ [PUBLIC] String -METHOD replace(Map) String -METHOD replace(char, char) [PUBLIC] String -METHOD replace(int, Map) String -METHOD replaceAll(CharSequence, CharS String -METHOD replaceAll(CharSequence, Closu String -METHOD replaceAll(Pattern, CharSequen String -METHOD replaceAll(Pattern, Closure) String -METHOD replaceAll(String, String) [PUBLIC] String -METHOD replaceFirst(CharSequence, Cha String -METHOD replaceFirst(CharSequence, Clo String -METHOD replaceFirst(Pattern, CharSequ String -METHOD replaceFirst(Pattern, Closure) String -METHOD replaceFirst(String, String) [PUBLIC] String -METHOD resolveConstantDesc(Lookup) [PUBLIC] String -METHOD respondsTo(String) List -METHOD respondsTo(String, Object) List -METHOD reverse() String -METHOD setMetaClass(MetaClass) void -METHOD sha256() String -METHOD size() int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -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 sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD startsWith(String) [PUBLIC] boolean -METHOD startsWith(String, int) [PUBLIC] boolean -METHOD startsWithAny(CharSequence[]) boolean -METHOD startsWithIgnoreCase(CharSeque boolean -METHOD stream() Stream -METHOD strip() [PUBLIC] String -METHOD stripIndent() String -METHOD stripIndent(boolean) String -METHOD stripIndent(int) String -METHOD stripLeading() [PUBLIC] String -METHOD stripMargin() String -METHOD stripMargin(CharSequence) String -METHOD stripMargin(char) String -METHOD stripTrailing() [PUBLIC] String -METHOD subSequence(int, int) [PUBLIC] CharSequence -METHOD substring(int) [PUBLIC] String -METHOD substring(int, int) [PUBLIC] String -METHOD take(int) String -METHOD takeAfter(CharSequence) String -METHOD takeBefore(CharSequence) CharSequence -METHOD takeBefore(String) String -METHOD takeBetween(CharSequence) String -METHOD takeBetween(CharSequence, int String -METHOD takeBetween(CharSequence, Char String -METHOD takeBetween(CharSequence, Char String -METHOD takeRight(int) String -METHOD takeWhile(Closure) String -METHOD tap(Closure) Object -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toBoolean() Boolean -METHOD toCharArray() [PUBLIC] char[] -METHOD toCharacter() Character -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toInteger() Integer -METHOD toList() List -METHOD toLong() Long -METHOD toLowerCase() [PUBLIC] String -METHOD toLowerCase(Locale) [PUBLIC] String -METHOD toSet() Set -METHOD toShort() Short -METHOD toString() [PUBLIC] String -METHOD toURI() URI -METHOD toURL() URL -METHOD toUpperCase() [PUBLIC] String -METHOD toUpperCase(Locale) [PUBLIC] String -METHOD tokenize() List -METHOD tokenize(CharSequence) List -METHOD tokenize(Character) List -METHOD tr(CharSequence, CharSequence) String -METHOD transform(Function -FIELD blank [PUBLIC] boolean -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.13.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.21.completion similarity index 98% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.13.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.21.completion index ef0878700094..bd529467e506 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.13.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.21.completion @@ -69,10 +69,10 @@ METHOD find(CharSequence, Closure) String METHOD find(Closure) Object METHOD find(Pattern) String METHOD find(Pattern, Closure) String -METHOD findAll() Collection +METHOD findAll() List METHOD findAll(CharSequence) List METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection +METHOD findAll(Closure) List METHOD findAll(Pattern) List METHOD findAll(Pattern, Closure) List METHOD findIndexOf(Closure) int @@ -110,8 +110,10 @@ METHOD identity(Closure) Object METHOD indent(int) [PUBLIC] String METHOD indexOf(String) [PUBLIC] int METHOD indexOf(String, int) [PUBLIC] int +METHOD indexOf(String, int, int) [PUBLIC] int METHOD indexOf(int) [PUBLIC] int METHOD indexOf(int, int) [PUBLIC] int +METHOD indexOf(int, int, int) [PUBLIC] int METHOD inject(Closure) Object METHOD inject(Object, Closure) Object METHOD inspect() String @@ -201,6 +203,7 @@ 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[] METHOD sprintf(String, Object) String METHOD sprintf(String, Object) String METHOD startsWith(String) [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.9.completion deleted file mode 100644 index e3203655c941..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.9.completion +++ /dev/null @@ -1,273 +0,0 @@ -Code completion result for source line: -def name='Petr'.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Pattern -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -METHOD decodeBase64() byte[] -METHOD decodeBase64Url() byte[] -METHOD decodeHex() byte[] -METHOD denormalize() String -METHOD digest(String) String -METHOD drop(int) String -METHOD dropRight(int) String -METHOD dropWhile(Closure) String -METHOD dump() String -METHOD each(Closure) Object -METHOD eachLine(Closure) Object -METHOD eachLine(int, Closure) Object -METHOD eachMatch(CharSequence, Closur CharSequence -METHOD eachMatch(Pattern, Closure) String -METHOD eachMatch(String, Closure) String -METHOD eachWithIndex(Closure) Object -METHOD endsWith(String) [PUBLIC] boolean -METHOD endsWithAny(CharSequence[]) boolean -METHOD endsWithIgnoreCase(CharSequenc boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD equalsIgnoreCase(String) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD execute() Process -METHOD execute(List, File) Process -METHOD execute(String[], File) Process -METHOD expand() String -METHOD expand(int) String -METHOD expandLine(int) String -METHOD find() Object -METHOD find(CharSequence) String -METHOD find(CharSequence, Closure) String -METHOD find(Closure) Object -METHOD find(Pattern) String -METHOD find(Pattern, Closure) String -METHOD findAll() Collection -METHOD findAll(CharSequence) List -METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection -METHOD findAll(Pattern) List -METHOD findAll(Pattern, Closure) List -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 format(Locale, String, Object. [STATIC, String -METHOD format(String, Object...) [STATIC, String -METHOD getAt(Collection) String -METHOD getAt(EmptyRange) String -METHOD getAt(IntRange) String -METHOD getAt(Range) String -METHOD getAt(String) Object -METHOD getAt(int) String -METHOD getBytes() [PUBLIC] byte[] -METHOD getBytes(Charset) [PUBLIC] byte[] -METHOD getBytes(String) [PUBLIC] byte[] -METHOD getBytes(int, int, byte[], int [PUBLIC] void -METHOD getChars() char[] -METHOD getChars(int, int, char[], int [PUBLIC] void -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD identity(Closure) Object -METHOD indexOf(String) [PUBLIC] int -METHOD indexOf(String, int) [PUBLIC] int -METHOD indexOf(int) [PUBLIC] int -METHOD indexOf(int, int) [PUBLIC] int -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intern() [PUBLIC] String -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isAllWhitespace() boolean -METHOD isAtLeast(String) Boolean -METHOD isBigDecimal() boolean -METHOD isBigInteger() boolean -METHOD isBlank() boolean -METHOD isCase(Object) boolean -METHOD isDouble() boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isFloat() boolean -METHOD isInteger() boolean -METHOD isLong() boolean -METHOD isNumber() boolean -METHOD iterator() Iterator -METHOD join(CharSequence, CharSequenc [STATIC, String -METHOD join(CharSequence, Iterable -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.completion index e3203655c941..f4b15546afbc 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/completionNoPrefixString2/CompletionNoPrefixString2.groovy.testCompletionNoPrefixString2.completion @@ -22,6 +22,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(String) [PUBLIC] int METHOD compareToIgnoreCase(String) [PUBLIC] int METHOD concat(String) [PUBLIC] String @@ -36,6 +37,7 @@ METHOD decodeBase64() byte[] METHOD decodeBase64Url() byte[] METHOD decodeHex() byte[] METHOD denormalize() String +METHOD describeConstable() [PUBLIC] Optional METHOD digest(String) String METHOD drop(int) String METHOD dropRight(int) String @@ -67,10 +69,10 @@ METHOD find(CharSequence, Closure) String METHOD find(Closure) Object METHOD find(Pattern) String METHOD find(Pattern, Closure) String -METHOD findAll() Collection +METHOD findAll() List METHOD findAll(CharSequence) List METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection +METHOD findAll(Closure) List METHOD findAll(Pattern) List METHOD findAll(Pattern, Closure) List METHOD findIndexOf(Closure) int @@ -83,6 +85,7 @@ METHOD findResult(Closure) Object METHOD findResult(Object, Closure) Object METHOD format(Locale, String, Object. [STATIC, String METHOD format(String, Object...) [STATIC, String +METHOD formatted(Object...) [PUBLIC] String METHOD getAt(Collection) String METHOD getAt(EmptyRange) String METHOD getAt(IntRange) String @@ -104,6 +107,7 @@ METHOD grep(Object) Collection METHOD hasProperty(String) MetaProperty METHOD hashCode() [PUBLIC] int METHOD identity(Closure) Object +METHOD indent(int) [PUBLIC] String METHOD indexOf(String) [PUBLIC] int METHOD indexOf(String, int) [PUBLIC] int METHOD indexOf(int) [PUBLIC] int @@ -118,7 +122,7 @@ METHOD isAllWhitespace() boolean METHOD isAtLeast(String) Boolean METHOD isBigDecimal() boolean METHOD isBigInteger() boolean -METHOD isBlank() boolean +METHOD isBlank() [PUBLIC] boolean METHOD isCase(Object) boolean METHOD isDouble() boolean METHOD isEmpty() [PUBLIC] boolean @@ -135,6 +139,7 @@ METHOD lastIndexOf(int) [PUBLIC] int METHOD lastIndexOf(int, int) [PUBLIC] int METHOD leftShift(Object) StringBuffer METHOD length() [PUBLIC] int +METHOD lines() [PUBLIC] Stream METHOD matches(Pattern) boolean METHOD matches(String) [PUBLIC] boolean METHOD md5() String @@ -166,6 +171,7 @@ METHOD putAt(String, Object) void METHOD readLines() List METHOD regionMatches(boolean, int, St [PUBLIC] boolean METHOD regionMatches(int, String, int [PUBLIC] boolean +METHOD repeat(int) [PUBLIC] String METHOD replace(CharSequence, CharSequ [PUBLIC] String METHOD replace(Map) String METHOD replace(char, char) [PUBLIC] String @@ -180,6 +186,7 @@ METHOD replaceFirst(CharSequence, Clo String METHOD replaceFirst(Pattern, CharSequ String METHOD replaceFirst(Pattern, Closure) String METHOD replaceFirst(String, String) [PUBLIC] String +METHOD resolveConstantDesc(Lookup) [PUBLIC] String METHOD respondsTo(String) List METHOD respondsTo(String, Object) List METHOD reverse() String @@ -201,12 +208,15 @@ METHOD startsWith(String, int) [PUBLIC] boolean METHOD startsWithAny(CharSequence[]) boolean METHOD startsWithIgnoreCase(CharSeque boolean METHOD stream() Stream -METHOD stripIndent() String +METHOD strip() [PUBLIC] String +METHOD stripIndent() [PUBLIC] String METHOD stripIndent(boolean) String METHOD stripIndent(int) String +METHOD stripLeading() [PUBLIC] String METHOD stripMargin() String METHOD stripMargin(CharSequence) String METHOD stripMargin(char) String +METHOD stripTrailing() [PUBLIC] String METHOD subSequence(int, int) [PUBLIC] CharSequence METHOD substring(int) [PUBLIC] String METHOD substring(int, int) [PUBLIC] String @@ -244,6 +254,8 @@ METHOD tokenize() List METHOD tokenize(CharSequence) List METHOD tokenize(Character) List METHOD tr(CharSequence, CharSequence) String +METHOD transform(Function +FIELD blank [PUBLIC] boolean FIELD bytes [PUBLIC] byte[] FIELD class [PUBLIC] Class FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_3.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_3.9.completion deleted file mode 100644 index b113ba80f750..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_3.9.completion +++ /dev/null @@ -1,27 +0,0 @@ -Code completion result for source line: -new URL("http://google.com").get|Pr -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD getAt(String) Object -METHOD getAuthority() [PUBLIC] String -METHOD getBytes() byte[] -METHOD getBytes(Map) byte[] -METHOD getClass() [PUBLIC] Class -METHOD getContent() [PUBLIC] Object -METHOD getContent(Class[]) [PUBLIC] Object -METHOD getDefaultPort() [PUBLIC] int -METHOD getFile() [PUBLIC] String -METHOD getHost() [PUBLIC] String -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getPath() [PUBLIC] String -METHOD getPort() [PUBLIC] int -METHOD getProperties() Map -METHOD getProtocol() [PUBLIC] String -METHOD getQuery() [PUBLIC] String -METHOD getRef() [PUBLIC] String -METHOD getText() String -METHOD getText(Map) String -METHOD getText(Map, String) String -METHOD getText(String) String -METHOD getUserInfo() [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_3.completion index 20ae2d0e49c9..b113ba80f750 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_3.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_3.completion @@ -8,7 +8,7 @@ METHOD getBytes() byte[] METHOD getBytes(Map) byte[] METHOD getClass() [PUBLIC] Class METHOD getContent() [PUBLIC] Object -METHOD getContent(Class[]) [PUBLIC] Object +METHOD getContent(Class[]) [PUBLIC] Object METHOD getDefaultPort() [PUBLIC] int METHOD getFile() [PUBLIC] String METHOD getHost() [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_4.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_4.21.completion similarity index 97% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_4.9.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_4.21.completion index f4fcf61f215a..2fc7661786d1 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_4.9.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_4.21.completion @@ -28,8 +28,8 @@ METHOD filterLine(Writer, Closure) void METHOD filterLine(Writer, String, Clo void METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List @@ -82,6 +82,7 @@ METHOD newReader(Map, String) BufferedReader METHOD newReader(String) BufferedReader METHOD notify() [PUBLIC] void METHOD notifyAll() [PUBLIC] void +METHOD of(URI, URLStreamHandler) [STATIC, URL METHOD openConnection() [PUBLIC] URLConnection METHOD openConnection(Proxy) [PUBLIC] URLConnection METHOD openStream() [PUBLIC] InputStream diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_4.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_4.completion index 0b5d9b422e88..448cafca7bc8 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_4.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods1/Methods1.groovy.testMethods1_4.completion @@ -28,8 +28,8 @@ METHOD filterLine(Writer, Closure) void METHOD filterLine(Writer, String, Clo void METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List @@ -44,7 +44,7 @@ METHOD getBytes() byte[] METHOD getBytes(Map) byte[] METHOD getClass() [PUBLIC] Class METHOD getContent() [PUBLIC] Object -METHOD getContent(Class[]) [PUBLIC] Object +METHOD getContent(Class[]) [PUBLIC] Object METHOD getDefaultPort() [PUBLIC] int METHOD getFile() [PUBLIC] String METHOD getHost() [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods2/Methods2.groovy.testMethods2_1.15.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods2/Methods2.groovy.testMethods2_1.15.completion deleted file mode 100644 index 53cc008a6a51..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods2/Methods2.groovy.testMethods2_1.15.completion +++ /dev/null @@ -1,143 +0,0 @@ -Code completion result for source line: -new Byte().| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD abs() int -METHOD addShutdownHook(Closure) void -METHOD and(Number) Number -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Number -METHOD byteValue() [PUBLIC] byte -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD compare(byte, byte) [STATIC, int -METHOD compareTo(Byte) [PUBLIC] int -METHOD compareTo(Character) int -METHOD compareTo(Number) int -METHOD compareUnsigned(byte, byte) [STATIC, int -METHOD decode(String) [STATIC, Byte -METHOD describeConstable() [PUBLIC] Optional> -METHOD div(Character) Number -METHOD div(Number) Number -METHOD doubleValue() [PUBLIC] double -METHOD downto(Number, Closure) void -METHOD dump() String -METHOD each(Closure) Object -METHOD eachWithIndex(Closure) Object -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -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 floatValue() [PUBLIC] float -METHOD getAt(String) Object -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD hashCode(byte) [STATIC, int -METHOD identity(Closure) Object -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intValue() [PUBLIC] int -METHOD intdiv(Character) Number -METHOD intdiv(Number) Number -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isCase(Number) boolean -METHOD isCase(Object) boolean -METHOD iterator() Iterator -METHOD leftShift(Number) Number -METHOD longValue() [PUBLIC] long -METHOD metaClass(Closure) MetaClass -METHOD minus(Character) Number -METHOD minus(Number) Number -METHOD mod(Number) Number -METHOD multiply(Character) Number -METHOD multiply(Number) Number -METHOD next() Number -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD numberAwareCompareTo(Comparabl int -METHOD or(Number) Number -METHOD parseByte(String) [STATIC, byte -METHOD parseByte(String, int) [STATIC, byte -METHOD plus(Character) Number -METHOD plus(Number) Number -METHOD plus(String) String -METHOD power(Number) Number -METHOD previous() Number -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 rightShift(Number) Number -METHOD rightShiftUnsigned(Number) Number -METHOD setMetaClass(MetaClass) void -METHOD shortValue() [PUBLIC] short -METHOD sleep(long) void -METHOD sleep(long, Closure) void -METHOD split(Closure) Collection -METHOD sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD step(Number, Number, Closure) void -METHOD stream() Stream -METHOD tap(Closure) Object -METHOD times(Closure) void -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toInteger() Integer -METHOD toLong() Long -METHOD toString() [PUBLIC] String -METHOD toString(byte) [STATIC, String -METHOD toUnsignedInt(byte) [STATIC, int -METHOD toUnsignedLong(byte) [STATIC, long -METHOD unaryMinus() Number -METHOD unaryPlus() Number -METHOD upto(Number, Closure) void -METHOD use(Class, Closure) Object -METHOD use(List, Closure) Object -METHOD use(Object[]) Object -METHOD valueOf(String) [STATIC, Byte -METHOD valueOf(String, int) [STATIC, Byte -METHOD valueOf(byte) [STATIC, Byte -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 -METHOD xor(Number) Number -FIELD BYTES [STATIC, int -FIELD MAX_VALUE [STATIC, byte -FIELD MIN_VALUE [STATIC, byte -FIELD SIZE [STATIC, int -FIELD TYPE [STATIC, Class -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods2/Methods2.groovy.testMethods2_1.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods2/Methods2.groovy.testMethods2_1.9.completion deleted file mode 100644 index c78940c5d81e..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods2/Methods2.groovy.testMethods2_1.9.completion +++ /dev/null @@ -1,142 +0,0 @@ -Code completion result for source line: -new Byte().| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD abs() int -METHOD addShutdownHook(Closure) void -METHOD and(Number) Number -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Number -METHOD byteValue() [PUBLIC] byte -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD compare(byte, byte) [STATIC, int -METHOD compareTo(Byte) [PUBLIC] int -METHOD compareTo(Character) int -METHOD compareTo(Number) int -METHOD compareUnsigned(byte, byte) [STATIC, int -METHOD decode(String) [STATIC, Byte -METHOD div(Character) Number -METHOD div(Number) Number -METHOD doubleValue() [PUBLIC] double -METHOD downto(Number, Closure) void -METHOD dump() String -METHOD each(Closure) Object -METHOD eachWithIndex(Closure) Object -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -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 floatValue() [PUBLIC] float -METHOD getAt(String) Object -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD hashCode(byte) [STATIC, int -METHOD identity(Closure) Object -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intValue() [PUBLIC] int -METHOD intdiv(Character) Number -METHOD intdiv(Number) Number -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isCase(Number) boolean -METHOD isCase(Object) boolean -METHOD iterator() Iterator -METHOD leftShift(Number) Number -METHOD longValue() [PUBLIC] long -METHOD metaClass(Closure) MetaClass -METHOD minus(Character) Number -METHOD minus(Number) Number -METHOD mod(Number) Number -METHOD multiply(Character) Number -METHOD multiply(Number) Number -METHOD next() Number -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD numberAwareCompareTo(Comparabl int -METHOD or(Number) Number -METHOD parseByte(String) [STATIC, byte -METHOD parseByte(String, int) [STATIC, byte -METHOD plus(Character) Number -METHOD plus(Number) Number -METHOD plus(String) String -METHOD power(Number) Number -METHOD previous() Number -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 rightShift(Number) Number -METHOD rightShiftUnsigned(Number) Number -METHOD setMetaClass(MetaClass) void -METHOD shortValue() [PUBLIC] short -METHOD sleep(long) void -METHOD sleep(long, Closure) void -METHOD split(Closure) Collection -METHOD sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD step(Number, Number, Closure) void -METHOD stream() Stream -METHOD tap(Closure) Object -METHOD times(Closure) void -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toInteger() Integer -METHOD toLong() Long -METHOD toString() [PUBLIC] String -METHOD toString(byte) [STATIC, String -METHOD toUnsignedInt(byte) [STATIC, int -METHOD toUnsignedLong(byte) [STATIC, long -METHOD unaryMinus() Number -METHOD unaryPlus() Number -METHOD upto(Number, Closure) void -METHOD use(Class, Closure) Object -METHOD use(List, Closure) Object -METHOD use(Object[]) Object -METHOD valueOf(String) [STATIC, Byte -METHOD valueOf(String, int) [STATIC, Byte -METHOD valueOf(byte) [STATIC, Byte -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 -METHOD xor(Number) Number -FIELD BYTES [STATIC, int -FIELD MAX_VALUE [STATIC, byte -FIELD MIN_VALUE [STATIC, byte -FIELD SIZE [STATIC, int -FIELD TYPE [STATIC, Class -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods2/Methods2.groovy.testMethods2_1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods2/Methods2.groovy.testMethods2_1.completion index d922c1e054e4..8c8a5857d5fa 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods2/Methods2.groovy.testMethods2_1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods2/Methods2.groovy.testMethods2_1.completion @@ -18,7 +18,9 @@ METHOD compare(byte, byte) [STATIC, int METHOD compareTo(Byte) [PUBLIC] int METHOD compareTo(Character) int METHOD compareTo(Number) int +METHOD compareUnsigned(byte, byte) [STATIC, int METHOD decode(String) [STATIC, Byte +METHOD describeConstable() [PUBLIC] Optional> METHOD div(Character) Number METHOD div(Number) Number METHOD doubleValue() [PUBLIC] double @@ -31,8 +33,8 @@ METHOD every() boolean METHOD every(Closure) boolean METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods5/Methods5.groovy.testMethods5_chain2a.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods5/Methods5.groovy.testMethods5_chain2a.completion index 068e0b280992..b3110ca4725b 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods5/Methods5.groovy.testMethods5_chain2a.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/method/methods5/Methods5.groovy.testMethods5_chain2a.completion @@ -69,8 +69,8 @@ METHOD filterLine(Writer, Closure) void METHOD filterLine(Writer, String, Clo void METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.14.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.14.completion deleted file mode 100644 index bb169e66a219..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.14.completion +++ /dev/null @@ -1,510 +0,0 @@ -Code completion result for source line: -Bar bar = new Bar(|) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) -PARAMETER a: int null -PARAMETER b: int null -PARAMETER c: int null -PARAMETER d: int null -PARAMETER e: Object null ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarantlr4 null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarpicocli null -PACKAGE java null -PACKAGE javax null -PACKAGE jdk null -PACKAGE org null -PACKAGE sun null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyConstructor null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.16.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.16.completion deleted file mode 100644 index 804b86ed9761..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.16.completion +++ /dev/null @@ -1,511 +0,0 @@ -Code completion result for source line: -Bar bar = new Bar(|) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) -PARAMETER a: int null -PARAMETER b: int null -PARAMETER c: int null -PARAMETER d: int null -PARAMETER e: Object null ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarantlr4 null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarpicocli null -PACKAGE java null -PACKAGE javax null -PACKAGE jdk null -PACKAGE org null -PACKAGE sun null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyConstructor null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnixDomainSocketAddress null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.17.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.21.completion similarity index 98% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.17.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.21.completion index f3b3a03d16b9..71e7b975db6f 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.17.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.21.completion @@ -85,7 +85,6 @@ CLASS Collection null CLASS Collections null CLASS Comparable null CLASS Comparator null -CLASS Compiler null CLASS ConcurrentModificationExceptio null CLASS ConfigBinding null CLASS ConfigObject null @@ -161,6 +160,7 @@ CLASS FilterWriter null CLASS Float null CLASS Flushable null CLASS FormatFlagsConversionMismatchE null +CLASS FormatProcessor null CLASS Formattable null CLASS FormattableFlags null CLASS Formatter null @@ -261,6 +261,7 @@ CLASS MalformedURLException null CLASS Map null CLASS MapEntry null CLASS MapWithDefault null +CLASS MatchException null CLASS Math null CLASS MetaArrayLengthProperty null CLASS MetaBeanProperty null @@ -389,6 +390,7 @@ CLASS RuntimeException null CLASS RuntimePermission null CLASS SafeVarargs null CLASS Scanner null +CLASS ScopedValue null CLASS Script null CLASS ScriptException null CLASS SecureCacheResponse null @@ -396,6 +398,9 @@ CLASS SecurityException null CLASS SecurityManager null CLASS Sequence null CLASS SequenceInputStream null +CLASS SequencedCollection null +CLASS SequencedMap null +CLASS SequencedSet null CLASS Serial null CLASS Serializable null CLASS SerializablePermission null @@ -439,6 +444,7 @@ CLASS StringBuilder null CLASS StringIndexOutOfBoundsExceptio null CLASS StringJoiner null CLASS StringReader null +CLASS StringTemplate null CLASS StringTokenizer null CLASS StringWriter null CLASS StringWriterIOException null @@ -507,6 +513,7 @@ CLASS WeakHashMap null CLASS Writable null CLASS WriteAbortedException null CLASS Writer null +CLASS WrongThreadException null FIELD binding [PUBLIC] Binding FIELD class [PUBLIC] Class FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.9.completion deleted file mode 100644 index 7ae1b8f68289..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.9.completion +++ /dev/null @@ -1,508 +0,0 @@ -Code completion result for source line: -Bar bar = new Bar(|) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) -PARAMETER a: int null -PARAMETER b: int null -PARAMETER c: int null -PARAMETER d: int null -PARAMETER e: Object null ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarantlr4 null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarpicocli null -PACKAGE java null -PACKAGE javax null -PACKAGE jdk null -PACKAGE org null -PACKAGE sun null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyConstructor null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.completion index 5be5b16c5f99..f3b3a03d16b9 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/emptyConstructor/EmptyConstructor.groovy.testEmptyConstructor.completion @@ -190,6 +190,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 @@ -201,6 +202,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 @@ -240,6 +242,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 @@ -278,6 +281,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 @@ -307,6 +312,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 @@ -347,6 +353,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 @@ -369,6 +376,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 @@ -388,6 +396,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 @@ -417,6 +426,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 @@ -479,6 +489,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 @@ -498,4 +509,4 @@ CLASS WriteAbortedException null CLASS Writer null FIELD binding [PUBLIC] Binding FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass \ No newline at end of file +FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.14.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.14.completion deleted file mode 100644 index a498113f50b1..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.14.completion +++ /dev/null @@ -1,497 +0,0 @@ -Code completion result for source line: -Bar baar = new Bar(aaa: 0, bbb: 1, |) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) -PARAMETER ccc: int null -PARAMETER ddd: int null -PARAMETER eee: Object null ------------------------------------- -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS FewParamsConstructor null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.16.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.16.completion deleted file mode 100644 index 366ace428614..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.16.completion +++ /dev/null @@ -1,498 +0,0 @@ -Code completion result for source line: -Bar baar = new Bar(aaa: 0, bbb: 1, |) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) -PARAMETER ccc: int null -PARAMETER ddd: int null -PARAMETER eee: Object null ------------------------------------- -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS FewParamsConstructor null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnixDomainSocketAddress null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.17.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.21.completion similarity index 98% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.17.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.21.completion index 5d0f80b4ccfa..ab36bb6d4da4 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.17.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.21.completion @@ -72,7 +72,6 @@ CLASS Collection null CLASS Collections null CLASS Comparable null CLASS Comparator null -CLASS Compiler null CLASS ConcurrentModificationExceptio null CLASS ConfigBinding null CLASS ConfigObject null @@ -148,6 +147,7 @@ CLASS FilterWriter null CLASS Float null CLASS Flushable null CLASS FormatFlagsConversionMismatchE null +CLASS FormatProcessor null CLASS Formattable null CLASS FormattableFlags null CLASS Formatter null @@ -248,6 +248,7 @@ CLASS MalformedURLException null CLASS Map null CLASS MapEntry null CLASS MapWithDefault null +CLASS MatchException null CLASS Math null CLASS MetaArrayLengthProperty null CLASS MetaBeanProperty null @@ -376,6 +377,7 @@ CLASS RuntimeException null CLASS RuntimePermission null CLASS SafeVarargs null CLASS Scanner null +CLASS ScopedValue null CLASS Script null CLASS ScriptException null CLASS SecureCacheResponse null @@ -383,6 +385,9 @@ CLASS SecurityException null CLASS SecurityManager null CLASS Sequence null CLASS SequenceInputStream null +CLASS SequencedCollection null +CLASS SequencedMap null +CLASS SequencedSet null CLASS Serial null CLASS Serializable null CLASS SerializablePermission null @@ -426,6 +431,7 @@ CLASS StringBuilder null CLASS StringIndexOutOfBoundsExceptio null CLASS StringJoiner null CLASS StringReader null +CLASS StringTemplate null CLASS StringTokenizer null CLASS StringWriter null CLASS StringWriterIOException null @@ -494,6 +500,7 @@ CLASS WeakHashMap null CLASS Writable null CLASS WriteAbortedException null CLASS Writer null +CLASS WrongThreadException null FIELD binding [PUBLIC] Binding FIELD class [PUBLIC] Class FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.9.completion deleted file mode 100644 index 4be502f70cdf..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.9.completion +++ /dev/null @@ -1,495 +0,0 @@ -Code completion result for source line: -Bar baar = new Bar(aaa: 0, bbb: 1, |) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) -PARAMETER ccc: int null -PARAMETER ddd: int null -PARAMETER eee: Object null ------------------------------------- -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS FewParamsConstructor null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.completion index 027abe50e00e..5d0f80b4ccfa 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterComma.completion @@ -177,6 +177,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 @@ -188,6 +189,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 @@ -227,6 +229,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 @@ -265,6 +268,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 @@ -294,6 +299,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 @@ -334,6 +340,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 @@ -356,6 +363,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 @@ -375,6 +383,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 @@ -404,6 +413,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 @@ -466,6 +476,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 @@ -485,4 +496,4 @@ CLASS WriteAbortedException null CLASS Writer null FIELD binding [PUBLIC] Binding FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass \ No newline at end of file +FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.14.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.14.completion deleted file mode 100644 index 61b37356ec8d..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.14.completion +++ /dev/null @@ -1,497 +0,0 @@ -Code completion result for source line: -Bar baar = new Bar(|aaa: 0, bbb: 1, ) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) -PARAMETER ccc: int null -PARAMETER ddd: int null -PARAMETER eee: Object null ------------------------------------- -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS FewParamsConstructor null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.16.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.16.completion deleted file mode 100644 index 8b8b6a4aa21c..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.16.completion +++ /dev/null @@ -1,498 +0,0 @@ -Code completion result for source line: -Bar baar = new Bar(|aaa: 0, bbb: 1, ) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) -PARAMETER ccc: int null -PARAMETER ddd: int null -PARAMETER eee: Object null ------------------------------------- -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS FewParamsConstructor null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnixDomainSocketAddress null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.17.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.21.completion similarity index 98% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.17.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.21.completion index 0c3f68403c11..db07978a6433 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.17.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.21.completion @@ -72,7 +72,6 @@ CLASS Collection null CLASS Collections null CLASS Comparable null CLASS Comparator null -CLASS Compiler null CLASS ConcurrentModificationExceptio null CLASS ConfigBinding null CLASS ConfigObject null @@ -148,6 +147,7 @@ CLASS FilterWriter null CLASS Float null CLASS Flushable null CLASS FormatFlagsConversionMismatchE null +CLASS FormatProcessor null CLASS Formattable null CLASS FormattableFlags null CLASS Formatter null @@ -248,6 +248,7 @@ CLASS MalformedURLException null CLASS Map null CLASS MapEntry null CLASS MapWithDefault null +CLASS MatchException null CLASS Math null CLASS MetaArrayLengthProperty null CLASS MetaBeanProperty null @@ -376,6 +377,7 @@ CLASS RuntimeException null CLASS RuntimePermission null CLASS SafeVarargs null CLASS Scanner null +CLASS ScopedValue null CLASS Script null CLASS ScriptException null CLASS SecureCacheResponse null @@ -383,6 +385,9 @@ CLASS SecurityException null CLASS SecurityManager null CLASS Sequence null CLASS SequenceInputStream null +CLASS SequencedCollection null +CLASS SequencedMap null +CLASS SequencedSet null CLASS Serial null CLASS Serializable null CLASS SerializablePermission null @@ -426,6 +431,7 @@ CLASS StringBuilder null CLASS StringIndexOutOfBoundsExceptio null CLASS StringJoiner null CLASS StringReader null +CLASS StringTemplate null CLASS StringTokenizer null CLASS StringWriter null CLASS StringWriterIOException null @@ -494,6 +500,7 @@ CLASS WeakHashMap null CLASS Writable null CLASS WriteAbortedException null CLASS Writer null +CLASS WrongThreadException null FIELD binding [PUBLIC] Binding FIELD class [PUBLIC] Class FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.9.completion deleted file mode 100644 index bbbcfc6a7691..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.9.completion +++ /dev/null @@ -1,495 +0,0 @@ -Code completion result for source line: -Bar baar = new Bar(|aaa: 0, bbb: 1, ) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) -PARAMETER ccc: int null -PARAMETER ddd: int null -PARAMETER eee: Object null ------------------------------------- -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS FewParamsConstructor null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.completion index bfc815990568..0c3f68403c11 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_AfterLeftParenthesis.completion @@ -177,6 +177,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 @@ -188,6 +189,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 @@ -227,6 +229,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 @@ -265,6 +268,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 @@ -294,6 +299,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 @@ -334,6 +340,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 @@ -356,6 +363,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 @@ -375,6 +383,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 @@ -404,6 +413,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 @@ -466,6 +476,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 @@ -485,4 +496,4 @@ CLASS WriteAbortedException null CLASS Writer null FIELD binding [PUBLIC] Binding FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass \ No newline at end of file +FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.14.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.14.completion deleted file mode 100644 index c4687adf9681..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.14.completion +++ /dev/null @@ -1,494 +0,0 @@ -Code completion result for source line: -Bar baar = new Bar(aaa:| 0, bbb: 1, ) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS FewParamsConstructor null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.16.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.16.completion deleted file mode 100644 index 3c976d074b79..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.16.completion +++ /dev/null @@ -1,495 +0,0 @@ -Code completion result for source line: -Bar baar = new Bar(aaa:| 0, bbb: 1, ) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS FewParamsConstructor null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnixDomainSocketAddress null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.17.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.21.completion similarity index 98% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.17.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.21.completion index 865b78d04120..65c207197ff9 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.17.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.21.completion @@ -69,7 +69,6 @@ CLASS Collection null CLASS Collections null CLASS Comparable null CLASS Comparator null -CLASS Compiler null CLASS ConcurrentModificationExceptio null CLASS ConfigBinding null CLASS ConfigObject null @@ -145,6 +144,7 @@ CLASS FilterWriter null CLASS Float null CLASS Flushable null CLASS FormatFlagsConversionMismatchE null +CLASS FormatProcessor null CLASS Formattable null CLASS FormattableFlags null CLASS Formatter null @@ -245,6 +245,7 @@ CLASS MalformedURLException null CLASS Map null CLASS MapEntry null CLASS MapWithDefault null +CLASS MatchException null CLASS Math null CLASS MetaArrayLengthProperty null CLASS MetaBeanProperty null @@ -373,6 +374,7 @@ CLASS RuntimeException null CLASS RuntimePermission null CLASS SafeVarargs null CLASS Scanner null +CLASS ScopedValue null CLASS Script null CLASS ScriptException null CLASS SecureCacheResponse null @@ -380,6 +382,9 @@ CLASS SecurityException null CLASS SecurityManager null CLASS Sequence null CLASS SequenceInputStream null +CLASS SequencedCollection null +CLASS SequencedMap null +CLASS SequencedSet null CLASS Serial null CLASS Serializable null CLASS SerializablePermission null @@ -423,6 +428,7 @@ CLASS StringBuilder null CLASS StringIndexOutOfBoundsExceptio null CLASS StringJoiner null CLASS StringReader null +CLASS StringTemplate null CLASS StringTokenizer null CLASS StringWriter null CLASS StringWriterIOException null @@ -491,6 +497,7 @@ CLASS WeakHashMap null CLASS Writable null CLASS WriteAbortedException null CLASS Writer null +CLASS WrongThreadException null FIELD binding [PUBLIC] Binding FIELD class [PUBLIC] Class FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.9.completion deleted file mode 100644 index 2e42ddfdd732..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.9.completion +++ /dev/null @@ -1,492 +0,0 @@ -Code completion result for source line: -Bar baar = new Bar(aaa:| 0, bbb: 1, ) -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Bar null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS FewParamsConstructor null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -FIELD binding [PUBLIC] Binding -FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.completion index 266b1d949a19..865b78d04120 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/namedparams/fewParamsConstructor/FewParamsConstructor.groovy.testFewParamsConstructor_InsideNamedParameter2.completion @@ -174,6 +174,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 @@ -185,6 +186,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 @@ -224,6 +226,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 @@ -262,6 +265,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 @@ -291,6 +296,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 @@ -331,6 +337,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 @@ -353,6 +360,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 @@ -372,6 +380,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 @@ -401,6 +410,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 @@ -463,6 +473,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 @@ -482,4 +493,4 @@ CLASS WriteAbortedException null CLASS Writer null FIELD binding [PUBLIC] Binding FIELD class [PUBLIC] Class -FIELD defaultMetaClass [PRIVATE] MetaClass \ No newline at end of file +FIELD defaultMetaClass [PRIVATE] MetaClass diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_1.completion index b0600d555707..12ff343e9edb 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_1.completion @@ -2,4 +2,4 @@ Code completion result for source line: Identifier4 i| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ -VARIABLE identifier4 null \ No newline at end of file +VARIABLE identifier4 null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_2.completion index 0223d6f90dd6..0f7ab5d21743 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_2.completion @@ -3,4 +3,4 @@ String | (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ VARIABLE s null -VARIABLE string null \ No newline at end of file +VARIABLE string null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_3.completion index 5637093eb834..c94b78c594a0 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_3.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/newvars/FieldCompletion.groovy.testCompletionField1_3.completion @@ -3,4 +3,4 @@ private String | (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ VARIABLE s null -VARIABLE string null \ No newline at end of file +VARIABLE string null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/safeNavigation1/SafeNavigation1.groovy.testSafeNavigation1_1.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/safeNavigation1/SafeNavigation1.groovy.testSafeNavigation1_1.11.completion deleted file mode 100644 index cea5d94c643c..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/safeNavigation1/SafeNavigation1.groovy.testSafeNavigation1_1.11.completion +++ /dev/null @@ -1,7 +0,0 @@ -Code completion result for source line: -x?.b| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD bitwiseNegate() Pattern -FIELD blank [PUBLIC] boolean -FIELD bytes [PUBLIC] byte[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/safeNavigation1/SafeNavigation1.groovy.testSafeNavigation1_1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/safeNavigation1/SafeNavigation1.groovy.testSafeNavigation1_1.completion index 610b0a2f76bf..cea5d94c643c 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/safeNavigation1/SafeNavigation1.groovy.testSafeNavigation1_1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/safeNavigation1/SafeNavigation1.groovy.testSafeNavigation1_1.completion @@ -3,4 +3,5 @@ x?.b| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ METHOD bitwiseNegate() Pattern +FIELD blank [PUBLIC] boolean FIELD bytes [PUBLIC] byte[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator1/SpreadJavaFieldOperator1.groovy.testSpreadJavaFieldOperator1_all.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator1/SpreadJavaFieldOperator1.groovy.testSpreadJavaFieldOperator1_all.11.completion deleted file mode 100644 index aa4475e2986b..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator1/SpreadJavaFieldOperator1.groovy.testSpreadJavaFieldOperator1_all.11.completion +++ /dev/null @@ -1,9 +0,0 @@ -Code completion result for source line: -['abc', 'def']*.@| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD blank [PUBLIC] boolean -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator1/SpreadJavaFieldOperator1.groovy.testSpreadJavaFieldOperator1_all.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator1/SpreadJavaFieldOperator1.groovy.testSpreadJavaFieldOperator1_all.completion index dbe76636f767..aa4475e2986b 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator1/SpreadJavaFieldOperator1.groovy.testSpreadJavaFieldOperator1_all.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator1/SpreadJavaFieldOperator1.groovy.testSpreadJavaFieldOperator1_all.completion @@ -3,6 +3,7 @@ Code completion result for source line: (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator +FIELD blank [PUBLIC] boolean FIELD bytes [PUBLIC] byte[] FIELD class [PUBLIC] Class FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator2/SpreadJavaFieldOperator2.groovy.testSpreadJavaFieldOperator2_withPrefix.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator2/SpreadJavaFieldOperator2.groovy.testSpreadJavaFieldOperator2_withPrefix.11.completion deleted file mode 100644 index c88e60103603..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator2/SpreadJavaFieldOperator2.groovy.testSpreadJavaFieldOperator2_withPrefix.11.completion +++ /dev/null @@ -1,6 +0,0 @@ -Code completion result for source line: -['abc', 'def']*.@b| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -FIELD blank [PUBLIC] boolean -FIELD bytes [PUBLIC] byte[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator2/SpreadJavaFieldOperator2.groovy.testSpreadJavaFieldOperator2_withPrefix.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator2/SpreadJavaFieldOperator2.groovy.testSpreadJavaFieldOperator2_withPrefix.completion index d82f7c5d72cc..c88e60103603 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator2/SpreadJavaFieldOperator2.groovy.testSpreadJavaFieldOperator2_withPrefix.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator2/SpreadJavaFieldOperator2.groovy.testSpreadJavaFieldOperator2_withPrefix.completion @@ -2,4 +2,5 @@ Code completion result for source line: ['abc', 'def']*.@b| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ +FIELD blank [PUBLIC] boolean FIELD bytes [PUBLIC] byte[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator3/SpreadJavaFieldOperator3.groovy.testSpreadJavaFieldOperator3_withSufix.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator3/SpreadJavaFieldOperator3.groovy.testSpreadJavaFieldOperator3_withSufix.11.completion deleted file mode 100644 index 1a7864c18081..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator3/SpreadJavaFieldOperator3.groovy.testSpreadJavaFieldOperator3_withSufix.11.completion +++ /dev/null @@ -1,9 +0,0 @@ -Code completion result for source line: -['abc', 'def']*.@|byt -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD blank [PUBLIC] boolean -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator3/SpreadJavaFieldOperator3.groovy.testSpreadJavaFieldOperator3_withSufix.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator3/SpreadJavaFieldOperator3.groovy.testSpreadJavaFieldOperator3_withSufix.completion index 2b15c7f977ff..1a7864c18081 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator3/SpreadJavaFieldOperator3.groovy.testSpreadJavaFieldOperator3_withSufix.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadJavaFieldOperator3/SpreadJavaFieldOperator3.groovy.testSpreadJavaFieldOperator3_withSufix.completion @@ -3,6 +3,7 @@ Code completion result for source line: (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ FIELD CASE_INSENSITIVE_ORDER [STATIC, Comparator +FIELD blank [PUBLIC] boolean FIELD bytes [PUBLIC] byte[] FIELD class [PUBLIC] Class FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.11.completion deleted file mode 100644 index 110f1588e83f..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.11.completion +++ /dev/null @@ -1,280 +0,0 @@ -Code completion result for source line: -['cat', 'elephant']*.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Pattern -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -METHOD decodeBase64() byte[] -METHOD decodeBase64Url() byte[] -METHOD decodeHex() byte[] -METHOD denormalize() String -METHOD digest(String) String -METHOD drop(int) String -METHOD dropRight(int) String -METHOD dropWhile(Closure) String -METHOD dump() String -METHOD each(Closure) Object -METHOD eachLine(Closure) Object -METHOD eachLine(int, Closure) Object -METHOD eachMatch(CharSequence, Closur CharSequence -METHOD eachMatch(Pattern, Closure) String -METHOD eachMatch(String, Closure) String -METHOD eachWithIndex(Closure) Object -METHOD endsWith(String) [PUBLIC] boolean -METHOD endsWithAny(CharSequence[]) boolean -METHOD endsWithIgnoreCase(CharSequenc boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD equalsIgnoreCase(String) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD execute() Process -METHOD execute(List, File) Process -METHOD execute(String[], File) Process -METHOD expand() String -METHOD expand(int) String -METHOD expandLine(int) String -METHOD find() Object -METHOD find(CharSequence) String -METHOD find(CharSequence, Closure) String -METHOD find(Closure) Object -METHOD find(Pattern) String -METHOD find(Pattern, Closure) String -METHOD findAll() Collection -METHOD findAll(CharSequence) List -METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection -METHOD findAll(Pattern) List -METHOD findAll(Pattern, Closure) List -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 format(Locale, String, Object. [STATIC, String -METHOD format(String, Object...) [STATIC, String -METHOD getAt(Collection) String -METHOD getAt(EmptyRange) String -METHOD getAt(IntRange) String -METHOD getAt(Range) String -METHOD getAt(String) Object -METHOD getAt(int) String -METHOD getBytes() [PUBLIC] byte[] -METHOD getBytes(Charset) [PUBLIC] byte[] -METHOD getBytes(String) [PUBLIC] byte[] -METHOD getBytes(int, int, byte[], int [PUBLIC] void -METHOD getChars() char[] -METHOD getChars(int, int, char[], int [PUBLIC] void -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD identity(Closure) Object -METHOD indexOf(String) [PUBLIC] int -METHOD indexOf(String, int) [PUBLIC] int -METHOD indexOf(int) [PUBLIC] int -METHOD indexOf(int, int) [PUBLIC] int -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intern() [PUBLIC] String -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isAllWhitespace() boolean -METHOD isAtLeast(String) Boolean -METHOD isBigDecimal() boolean -METHOD isBigInteger() boolean -METHOD isBlank() [PUBLIC] boolean -METHOD isCase(Object) boolean -METHOD isDouble() boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isFloat() boolean -METHOD isInteger() boolean -METHOD isLong() boolean -METHOD isNumber() boolean -METHOD iterator() Iterator -METHOD join(CharSequence, CharSequenc [STATIC, String -METHOD join(CharSequence, Iterable -METHOD matches(Pattern) boolean -METHOD matches(String) [PUBLIC] boolean -METHOD md5() String -METHOD metaClass(Closure) MetaClass -METHOD minus(Object) String -METHOD minus(Pattern) String -METHOD multiply(Number) String -METHOD next() String -METHOD normalize() String -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD numberAwareCompareTo(Comparabl int -METHOD offsetByCodePoints(int, int) [PUBLIC] int -METHOD padLeft(Number) String -METHOD padLeft(Number, CharSequence) String -METHOD padRight(Number) String -METHOD padRight(Number, CharSequence) String -METHOD plus(CharSequence) String -METHOD plus(Object) String -METHOD previous() String -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 readLines() List -METHOD regionMatches(boolean, int, St [PUBLIC] boolean -METHOD regionMatches(int, String, int [PUBLIC] boolean -METHOD repeat(int) [PUBLIC] String -METHOD replace(CharSequence, CharSequ [PUBLIC] String -METHOD replace(Map) String -METHOD replace(char, char) [PUBLIC] String -METHOD replace(int, Map) String -METHOD replaceAll(CharSequence, CharS String -METHOD replaceAll(CharSequence, Closu String -METHOD replaceAll(Pattern, CharSequen String -METHOD replaceAll(Pattern, Closure) String -METHOD replaceAll(String, String) [PUBLIC] String -METHOD replaceFirst(CharSequence, Cha String -METHOD replaceFirst(CharSequence, Clo String -METHOD replaceFirst(Pattern, CharSequ String -METHOD replaceFirst(Pattern, Closure) String -METHOD replaceFirst(String, String) [PUBLIC] String -METHOD respondsTo(String) List -METHOD respondsTo(String, Object) List -METHOD reverse() String -METHOD setMetaClass(MetaClass) void -METHOD sha256() String -METHOD size() int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -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 sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD startsWith(String) [PUBLIC] boolean -METHOD startsWith(String, int) [PUBLIC] boolean -METHOD startsWithAny(CharSequence[]) boolean -METHOD startsWithIgnoreCase(CharSeque boolean -METHOD stream() Stream -METHOD strip() [PUBLIC] String -METHOD stripIndent() String -METHOD stripIndent(boolean) String -METHOD stripIndent(int) String -METHOD stripLeading() [PUBLIC] String -METHOD stripMargin() String -METHOD stripMargin(CharSequence) String -METHOD stripMargin(char) String -METHOD stripTrailing() [PUBLIC] String -METHOD subSequence(int, int) [PUBLIC] CharSequence -METHOD substring(int) [PUBLIC] String -METHOD substring(int, int) [PUBLIC] String -METHOD take(int) String -METHOD takeAfter(CharSequence) String -METHOD takeBefore(CharSequence) CharSequence -METHOD takeBefore(String) String -METHOD takeBetween(CharSequence) String -METHOD takeBetween(CharSequence, int String -METHOD takeBetween(CharSequence, Char String -METHOD takeBetween(CharSequence, Char String -METHOD takeRight(int) String -METHOD takeWhile(Closure) String -METHOD tap(Closure) Object -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toBoolean() Boolean -METHOD toCharArray() [PUBLIC] char[] -METHOD toCharacter() Character -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toInteger() Integer -METHOD toList() List -METHOD toLong() Long -METHOD toLowerCase() [PUBLIC] String -METHOD toLowerCase(Locale) [PUBLIC] String -METHOD toSet() Set -METHOD toShort() Short -METHOD toString() [PUBLIC] String -METHOD toURI() URI -METHOD toURL() URL -METHOD toUpperCase() [PUBLIC] String -METHOD toUpperCase(Locale) [PUBLIC] String -METHOD tokenize() List -METHOD tokenize(CharSequence) List -METHOD tokenize(Character) List -METHOD tr(CharSequence, CharSequence) String -METHOD trim() [PUBLIC] String -METHOD uncapitalize() String -METHOD unexpand() String -METHOD unexpand(int) String -METHOD unexpandLine(int) String -METHOD use(Class, Closure) Object -METHOD use(List, Closure) Object -METHOD use(Object[]) Object -METHOD valueOf(Object) [STATIC, String -METHOD valueOf(boolean) [STATIC, String -METHOD valueOf(char) [STATIC, String -METHOD valueOf(char[]) [STATIC, String -METHOD valueOf(char[], int, int) [STATIC, String -METHOD valueOf(double) [STATIC, String -METHOD valueOf(float) [STATIC, String -METHOD valueOf(int) [STATIC, String -METHOD valueOf(long) [STATIC, String -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 CASE_INSENSITIVE_ORDER [STATIC, Comparator -FIELD blank [PUBLIC] boolean -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.12.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.12.completion deleted file mode 100644 index b8c39612faf8..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.12.completion +++ /dev/null @@ -1,284 +0,0 @@ -Code completion result for source line: -['cat', 'elephant']*.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Pattern -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compare(CharSequence, CharSequ [STATIC, int -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -METHOD decodeBase64() byte[] -METHOD decodeBase64Url() byte[] -METHOD decodeHex() byte[] -METHOD denormalize() String -METHOD describeConstable() [PUBLIC] Optional -METHOD digest(String) String -METHOD drop(int) String -METHOD dropRight(int) String -METHOD dropWhile(Closure) String -METHOD dump() String -METHOD each(Closure) Object -METHOD eachLine(Closure) Object -METHOD eachLine(int, Closure) Object -METHOD eachMatch(CharSequence, Closur CharSequence -METHOD eachMatch(Pattern, Closure) String -METHOD eachMatch(String, Closure) String -METHOD eachWithIndex(Closure) Object -METHOD endsWith(String) [PUBLIC] boolean -METHOD endsWithAny(CharSequence[]) boolean -METHOD endsWithIgnoreCase(CharSequenc boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD equalsIgnoreCase(String) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD execute() Process -METHOD execute(List, File) Process -METHOD execute(String[], File) Process -METHOD expand() String -METHOD expand(int) String -METHOD expandLine(int) String -METHOD find() Object -METHOD find(CharSequence) String -METHOD find(CharSequence, Closure) String -METHOD find(Closure) Object -METHOD find(Pattern) String -METHOD find(Pattern, Closure) String -METHOD findAll() Collection -METHOD findAll(CharSequence) List -METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection -METHOD findAll(Pattern) List -METHOD findAll(Pattern, Closure) List -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 format(Locale, String, Object. [STATIC, String -METHOD format(String, Object...) [STATIC, String -METHOD getAt(Collection) String -METHOD getAt(EmptyRange) String -METHOD getAt(IntRange) String -METHOD getAt(Range) String -METHOD getAt(String) Object -METHOD getAt(int) String -METHOD getBytes() [PUBLIC] byte[] -METHOD getBytes(Charset) [PUBLIC] byte[] -METHOD getBytes(String) [PUBLIC] byte[] -METHOD getBytes(int, int, byte[], int [PUBLIC] void -METHOD getChars() char[] -METHOD getChars(int, int, char[], int [PUBLIC] void -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD identity(Closure) Object -METHOD indent(int) [PUBLIC] String -METHOD indexOf(String) [PUBLIC] int -METHOD indexOf(String, int) [PUBLIC] int -METHOD indexOf(int) [PUBLIC] int -METHOD indexOf(int, int) [PUBLIC] int -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intern() [PUBLIC] String -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isAllWhitespace() boolean -METHOD isAtLeast(String) Boolean -METHOD isBigDecimal() boolean -METHOD isBigInteger() boolean -METHOD isBlank() [PUBLIC] boolean -METHOD isCase(Object) boolean -METHOD isDouble() boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isFloat() boolean -METHOD isInteger() boolean -METHOD isLong() boolean -METHOD isNumber() boolean -METHOD iterator() Iterator -METHOD join(CharSequence, CharSequenc [STATIC, String -METHOD join(CharSequence, Iterable -METHOD matches(Pattern) boolean -METHOD matches(String) [PUBLIC] boolean -METHOD md5() String -METHOD metaClass(Closure) MetaClass -METHOD minus(Object) String -METHOD minus(Pattern) String -METHOD multiply(Number) String -METHOD next() String -METHOD normalize() String -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD numberAwareCompareTo(Comparabl int -METHOD offsetByCodePoints(int, int) [PUBLIC] int -METHOD padLeft(Number) String -METHOD padLeft(Number, CharSequence) String -METHOD padRight(Number) String -METHOD padRight(Number, CharSequence) String -METHOD plus(CharSequence) String -METHOD plus(Object) String -METHOD previous() String -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 readLines() List -METHOD regionMatches(boolean, int, St [PUBLIC] boolean -METHOD regionMatches(int, String, int [PUBLIC] boolean -METHOD repeat(int) [PUBLIC] String -METHOD replace(CharSequence, CharSequ [PUBLIC] String -METHOD replace(Map) String -METHOD replace(char, char) [PUBLIC] String -METHOD replace(int, Map) String -METHOD replaceAll(CharSequence, CharS String -METHOD replaceAll(CharSequence, Closu String -METHOD replaceAll(Pattern, CharSequen String -METHOD replaceAll(Pattern, Closure) String -METHOD replaceAll(String, String) [PUBLIC] String -METHOD replaceFirst(CharSequence, Cha String -METHOD replaceFirst(CharSequence, Clo String -METHOD replaceFirst(Pattern, CharSequ String -METHOD replaceFirst(Pattern, Closure) String -METHOD replaceFirst(String, String) [PUBLIC] String -METHOD resolveConstantDesc(Lookup) [PUBLIC] String -METHOD respondsTo(String) List -METHOD respondsTo(String, Object) List -METHOD reverse() String -METHOD setMetaClass(MetaClass) void -METHOD sha256() String -METHOD size() int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -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 sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD startsWith(String) [PUBLIC] boolean -METHOD startsWith(String, int) [PUBLIC] boolean -METHOD startsWithAny(CharSequence[]) boolean -METHOD startsWithIgnoreCase(CharSeque boolean -METHOD stream() Stream -METHOD strip() [PUBLIC] String -METHOD stripIndent() String -METHOD stripIndent(boolean) String -METHOD stripIndent(int) String -METHOD stripLeading() [PUBLIC] String -METHOD stripMargin() String -METHOD stripMargin(CharSequence) String -METHOD stripMargin(char) String -METHOD stripTrailing() [PUBLIC] String -METHOD subSequence(int, int) [PUBLIC] CharSequence -METHOD substring(int) [PUBLIC] String -METHOD substring(int, int) [PUBLIC] String -METHOD take(int) String -METHOD takeAfter(CharSequence) String -METHOD takeBefore(CharSequence) CharSequence -METHOD takeBefore(String) String -METHOD takeBetween(CharSequence) String -METHOD takeBetween(CharSequence, int String -METHOD takeBetween(CharSequence, Char String -METHOD takeBetween(CharSequence, Char String -METHOD takeRight(int) String -METHOD takeWhile(Closure) String -METHOD tap(Closure) Object -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toBoolean() Boolean -METHOD toCharArray() [PUBLIC] char[] -METHOD toCharacter() Character -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toInteger() Integer -METHOD toList() List -METHOD toLong() Long -METHOD toLowerCase() [PUBLIC] String -METHOD toLowerCase(Locale) [PUBLIC] String -METHOD toSet() Set -METHOD toShort() Short -METHOD toString() [PUBLIC] String -METHOD toURI() URI -METHOD toURL() URL -METHOD toUpperCase() [PUBLIC] String -METHOD toUpperCase(Locale) [PUBLIC] String -METHOD tokenize() List -METHOD tokenize(CharSequence) List -METHOD tokenize(Character) List -METHOD tr(CharSequence, CharSequence) String -METHOD transform(Function -FIELD blank [PUBLIC] boolean -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.13.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.21.completion similarity index 98% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.13.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.21.completion index 9be217996ef3..2a39b3ddd0b9 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.13.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.21.completion @@ -69,10 +69,10 @@ METHOD find(CharSequence, Closure) String METHOD find(Closure) Object METHOD find(Pattern) String METHOD find(Pattern, Closure) String -METHOD findAll() Collection +METHOD findAll() List METHOD findAll(CharSequence) List METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection +METHOD findAll(Closure) List METHOD findAll(Pattern) List METHOD findAll(Pattern, Closure) List METHOD findIndexOf(Closure) int @@ -110,8 +110,10 @@ METHOD identity(Closure) Object METHOD indent(int) [PUBLIC] String METHOD indexOf(String) [PUBLIC] int METHOD indexOf(String, int) [PUBLIC] int +METHOD indexOf(String, int, int) [PUBLIC] int METHOD indexOf(int) [PUBLIC] int METHOD indexOf(int, int) [PUBLIC] int +METHOD indexOf(int, int, int) [PUBLIC] int METHOD inject(Closure) Object METHOD inject(Object, Closure) Object METHOD inspect() String @@ -201,6 +203,7 @@ 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[] METHOD sprintf(String, Object) String METHOD sprintf(String, Object) String METHOD startsWith(String) [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.9.completion deleted file mode 100644 index 404ccee239f9..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.9.completion +++ /dev/null @@ -1,273 +0,0 @@ -Code completion result for source line: -['cat', 'elephant']*.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitwiseNegate() Pattern -METHOD capitalize() String -METHOD center(Number) String -METHOD center(Number, CharSequence) String -METHOD charAt(int) [PUBLIC] char -METHOD chars() [PUBLIC] IntStream -METHOD codePointAt(int) [PUBLIC] int -METHOD codePointBefore(int) [PUBLIC] int -METHOD codePointCount(int, int) [PUBLIC] int -METHOD codePoints() [PUBLIC] IntStream -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD collectReplacements(Closure) String -METHOD collectReplacements(List) String -METHOD compareTo(String) [PUBLIC] int -METHOD compareToIgnoreCase(String) [PUBLIC] int -METHOD concat(String) [PUBLIC] String -METHOD contains(CharSequence) [PUBLIC] boolean -METHOD containsIgnoreCase(CharSequenc boolean -METHOD contentEquals(CharSequence) [PUBLIC] boolean -METHOD contentEquals(StringBuffer) [PUBLIC] boolean -METHOD copyValueOf(char[]) [STATIC, String -METHOD copyValueOf(char[], int, int) [STATIC, String -METHOD count(CharSequence) int -METHOD decodeBase64() byte[] -METHOD decodeBase64Url() byte[] -METHOD decodeHex() byte[] -METHOD denormalize() String -METHOD digest(String) String -METHOD drop(int) String -METHOD dropRight(int) String -METHOD dropWhile(Closure) String -METHOD dump() String -METHOD each(Closure) Object -METHOD eachLine(Closure) Object -METHOD eachLine(int, Closure) Object -METHOD eachMatch(CharSequence, Closur CharSequence -METHOD eachMatch(Pattern, Closure) String -METHOD eachMatch(String, Closure) String -METHOD eachWithIndex(Closure) Object -METHOD endsWith(String) [PUBLIC] boolean -METHOD endsWithAny(CharSequence[]) boolean -METHOD endsWithIgnoreCase(CharSequenc boolean -METHOD equals(Object) [PUBLIC] boolean -METHOD equalsIgnoreCase(String) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -METHOD execute() Process -METHOD execute(List, File) Process -METHOD execute(String[], File) Process -METHOD expand() String -METHOD expand(int) String -METHOD expandLine(int) String -METHOD find() Object -METHOD find(CharSequence) String -METHOD find(CharSequence, Closure) String -METHOD find(Closure) Object -METHOD find(Pattern) String -METHOD find(Pattern, Closure) String -METHOD findAll() Collection -METHOD findAll(CharSequence) List -METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection -METHOD findAll(Pattern) List -METHOD findAll(Pattern, Closure) List -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 format(Locale, String, Object. [STATIC, String -METHOD format(String, Object...) [STATIC, String -METHOD getAt(Collection) String -METHOD getAt(EmptyRange) String -METHOD getAt(IntRange) String -METHOD getAt(Range) String -METHOD getAt(String) Object -METHOD getAt(int) String -METHOD getBytes() [PUBLIC] byte[] -METHOD getBytes(Charset) [PUBLIC] byte[] -METHOD getBytes(String) [PUBLIC] byte[] -METHOD getBytes(int, int, byte[], int [PUBLIC] void -METHOD getChars() char[] -METHOD getChars(int, int, char[], int [PUBLIC] void -METHOD getClass() [PUBLIC] Class -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD identity(Closure) Object -METHOD indexOf(String) [PUBLIC] int -METHOD indexOf(String, int) [PUBLIC] int -METHOD indexOf(int) [PUBLIC] int -METHOD indexOf(int, int) [PUBLIC] int -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intern() [PUBLIC] String -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isAllWhitespace() boolean -METHOD isAtLeast(String) Boolean -METHOD isBigDecimal() boolean -METHOD isBigInteger() boolean -METHOD isBlank() boolean -METHOD isCase(Object) boolean -METHOD isDouble() boolean -METHOD isEmpty() [PUBLIC] boolean -METHOD isFloat() boolean -METHOD isInteger() boolean -METHOD isLong() boolean -METHOD isNumber() boolean -METHOD iterator() Iterator -METHOD join(CharSequence, CharSequenc [STATIC, String -METHOD join(CharSequence, Iterable -FIELD bytes [PUBLIC] byte[] -FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.completion index 73e177ac1304..3d8164a7ca32 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator1/SpreadOperator1.groovy.testSpreadOperator1_stringArray_all.completion @@ -22,6 +22,7 @@ METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection METHOD collectReplacements(Closure) String METHOD collectReplacements(List) String +METHOD compare(CharSequence, CharSequ [STATIC, int METHOD compareTo(String) [PUBLIC] int METHOD compareToIgnoreCase(String) [PUBLIC] int METHOD concat(String) [PUBLIC] String @@ -36,6 +37,7 @@ METHOD decodeBase64() byte[] METHOD decodeBase64Url() byte[] METHOD decodeHex() byte[] METHOD denormalize() String +METHOD describeConstable() [PUBLIC] Optional METHOD digest(String) String METHOD drop(int) String METHOD dropRight(int) String @@ -67,10 +69,10 @@ METHOD find(CharSequence, Closure) String METHOD find(Closure) Object METHOD find(Pattern) String METHOD find(Pattern, Closure) String -METHOD findAll() Collection +METHOD findAll() List METHOD findAll(CharSequence) List METHOD findAll(CharSequence, Closure) List -METHOD findAll(Closure) Collection +METHOD findAll(Closure) List METHOD findAll(Pattern) List METHOD findAll(Pattern, Closure) List METHOD findIndexOf(Closure) int @@ -83,6 +85,7 @@ METHOD findResult(Closure) Object METHOD findResult(Object, Closure) Object METHOD format(Locale, String, Object. [STATIC, String METHOD format(String, Object...) [STATIC, String +METHOD formatted(Object...) [PUBLIC] String METHOD getAt(Collection) String METHOD getAt(EmptyRange) String METHOD getAt(IntRange) String @@ -104,6 +107,7 @@ METHOD grep(Object) Collection METHOD hasProperty(String) MetaProperty METHOD hashCode() [PUBLIC] int METHOD identity(Closure) Object +METHOD indent(int) [PUBLIC] String METHOD indexOf(String) [PUBLIC] int METHOD indexOf(String, int) [PUBLIC] int METHOD indexOf(int) [PUBLIC] int @@ -118,7 +122,7 @@ METHOD isAllWhitespace() boolean METHOD isAtLeast(String) Boolean METHOD isBigDecimal() boolean METHOD isBigInteger() boolean -METHOD isBlank() boolean +METHOD isBlank() [PUBLIC] boolean METHOD isCase(Object) boolean METHOD isDouble() boolean METHOD isEmpty() [PUBLIC] boolean @@ -135,6 +139,7 @@ METHOD lastIndexOf(int) [PUBLIC] int METHOD lastIndexOf(int, int) [PUBLIC] int METHOD leftShift(Object) StringBuffer METHOD length() [PUBLIC] int +METHOD lines() [PUBLIC] Stream METHOD matches(Pattern) boolean METHOD matches(String) [PUBLIC] boolean METHOD md5() String @@ -166,6 +171,7 @@ METHOD putAt(String, Object) void METHOD readLines() List METHOD regionMatches(boolean, int, St [PUBLIC] boolean METHOD regionMatches(int, String, int [PUBLIC] boolean +METHOD repeat(int) [PUBLIC] String METHOD replace(CharSequence, CharSequ [PUBLIC] String METHOD replace(Map) String METHOD replace(char, char) [PUBLIC] String @@ -180,6 +186,7 @@ METHOD replaceFirst(CharSequence, Clo String METHOD replaceFirst(Pattern, CharSequ String METHOD replaceFirst(Pattern, Closure) String METHOD replaceFirst(String, String) [PUBLIC] String +METHOD resolveConstantDesc(Lookup) [PUBLIC] String METHOD respondsTo(String) List METHOD respondsTo(String, Object) List METHOD reverse() String @@ -201,12 +208,15 @@ METHOD startsWith(String, int) [PUBLIC] boolean METHOD startsWithAny(CharSequence[]) boolean METHOD startsWithIgnoreCase(CharSeque boolean METHOD stream() Stream -METHOD stripIndent() String +METHOD strip() [PUBLIC] String +METHOD stripIndent() [PUBLIC] String METHOD stripIndent(boolean) String METHOD stripIndent(int) String +METHOD stripLeading() [PUBLIC] String METHOD stripMargin() String METHOD stripMargin(CharSequence) String METHOD stripMargin(char) String +METHOD stripTrailing() [PUBLIC] String METHOD subSequence(int, int) [PUBLIC] CharSequence METHOD substring(int) [PUBLIC] String METHOD substring(int, int) [PUBLIC] String @@ -244,6 +254,8 @@ METHOD tokenize() List METHOD tokenize(CharSequence) List METHOD tokenize(Character) List METHOD tr(CharSequence, CharSequence) String +METHOD transform(Function +FIELD blank [PUBLIC] boolean FIELD bytes [PUBLIC] byte[] FIELD class [PUBLIC] Class -FIELD empty [PUBLIC] boolean \ No newline at end of file +FIELD empty [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.11.completion deleted file mode 100644 index f0e9c2b82585..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.11.completion +++ /dev/null @@ -1,34 +0,0 @@ -Code completion result for source line: -['cat', 'elephant']*.s| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD setMetaClass(MetaClass) void -METHOD sha256() String -METHOD size() int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -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 sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD startsWith(String) [PUBLIC] boolean -METHOD startsWith(String, int) [PUBLIC] boolean -METHOD startsWithAny(CharSequence[]) boolean -METHOD startsWithIgnoreCase(CharSeque boolean -METHOD stream() Stream -METHOD strip() [PUBLIC] String -METHOD stripIndent() String -METHOD stripIndent(boolean) String -METHOD stripIndent(int) String -METHOD stripLeading() [PUBLIC] String -METHOD stripMargin() String -METHOD stripMargin(CharSequence) String -METHOD stripMargin(char) String -METHOD stripTrailing() [PUBLIC] String -METHOD subSequence(int, int) [PUBLIC] CharSequence -METHOD substring(int) [PUBLIC] String -METHOD substring(int, int) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.13.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.21.completion similarity index 96% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.13.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.21.completion index 1990ee0d4834..f3ad9094dc8f 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.13.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.21.completion @@ -13,6 +13,7 @@ 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[] METHOD sprintf(String, Object) String METHOD sprintf(String, Object) String METHOD startsWith(String) [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.completion index 3b1c38122747..1990ee0d4834 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator2/SpreadOperator2.groovy.testSpreadOperator2_stringArray_sPrefix.completion @@ -20,12 +20,15 @@ METHOD startsWith(String, int) [PUBLIC] boolean METHOD startsWithAny(CharSequence[]) boolean METHOD startsWithIgnoreCase(CharSeque boolean METHOD stream() Stream -METHOD stripIndent() String +METHOD strip() [PUBLIC] String +METHOD stripIndent() [PUBLIC] String METHOD stripIndent(boolean) String METHOD stripIndent(int) String +METHOD stripLeading() [PUBLIC] String METHOD stripMargin() String METHOD stripMargin(CharSequence) String METHOD stripMargin(char) String +METHOD stripTrailing() [PUBLIC] String METHOD subSequence(int, int) [PUBLIC] CharSequence METHOD substring(int) [PUBLIC] String -METHOD substring(int, int) [PUBLIC] String \ No newline at end of file +METHOD substring(int, int) [PUBLIC] String diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.12.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.12.completion deleted file mode 100644 index 10de984f41c4..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.12.completion +++ /dev/null @@ -1,171 +0,0 @@ -Code completion result for source line: -[1,2]*.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD abs() int -METHOD addShutdownHook(Closure) void -METHOD and(Number) Number -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitCount(int) [STATIC, int -METHOD bitwiseNegate() Number -METHOD byteValue() [PUBLIC] byte -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD compare(int, int) [STATIC, int -METHOD compareTo(Character) int -METHOD compareTo(Integer) [PUBLIC] int -METHOD compareTo(Number) int -METHOD compareUnsigned(int, int) [STATIC, int -METHOD decode(String) [STATIC, Integer -METHOD describeConstable() [PUBLIC] Optional -METHOD div(Character) Number -METHOD div(Number) Number -METHOD divideUnsigned(int, int) [STATIC, int -METHOD doubleValue() [PUBLIC] double -METHOD downto(Number, Closure) void -METHOD dump() String -METHOD each(Closure) Object -METHOD eachWithIndex(Closure) Object -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -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 floatValue() [PUBLIC] float -METHOD formatUnsignedInt(int, int, by [STATIC] void -METHOD formatUnsignedInt(int, int, ch [STATIC] void -METHOD getAt(String) Object -METHOD getChars(int, int, byte[]) [STATIC] int -METHOD getClass() [PUBLIC] Class -METHOD getInteger(String) [STATIC, Integer -METHOD getInteger(String, Integer) [STATIC, Integer -METHOD getInteger(String, int) [STATIC, Integer -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD hashCode(int) [STATIC, int -METHOD highestOneBit(int) [STATIC, int -METHOD identity(Closure) Object -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intValue() [PUBLIC] int -METHOD intdiv(Character) Number -METHOD intdiv(Number) Number -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isCase(Number) boolean -METHOD isCase(Object) boolean -METHOD iterator() Iterator -METHOD leftShift(Number) Number -METHOD longValue() [PUBLIC] long -METHOD lowestOneBit(int) [STATIC, int -METHOD max(int, int) [STATIC, int -METHOD metaClass(Closure) MetaClass -METHOD min(int, int) [STATIC, int -METHOD minus(Character) Number -METHOD minus(Number) Number -METHOD mod(Number) Number -METHOD multiply(Character) Number -METHOD multiply(Number) Number -METHOD next() Number -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD numberAwareCompareTo(Comparabl int -METHOD numberOfLeadingZeros(int) [STATIC, int -METHOD numberOfTrailingZeros(int) [STATIC, int -METHOD or(Number) Number -METHOD parseInt(CharSequence, int, in [STATIC, int -METHOD parseInt(String) [STATIC, int -METHOD parseInt(String, int) [STATIC, int -METHOD parseUnsignedInt(CharSequence, [STATIC, int -METHOD parseUnsignedInt(String) [STATIC, int -METHOD parseUnsignedInt(String, int) [STATIC, int -METHOD plus(Character) Number -METHOD plus(Number) Number -METHOD plus(String) String -METHOD power(Integer) Number -METHOD power(Number) Number -METHOD previous() Number -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 remainderUnsigned(int, int) [STATIC, int -METHOD resolveConstantDesc(Lookup) [PUBLIC] Integer -METHOD respondsTo(String) List -METHOD respondsTo(String, Object) List -METHOD reverse(int) [STATIC, int -METHOD reverseBytes(int) [STATIC, int -METHOD rightShift(Number) Number -METHOD rightShiftUnsigned(Number) Number -METHOD rotateLeft(int, int) [STATIC, int -METHOD rotateRight(int, int) [STATIC, int -METHOD setMetaClass(MetaClass) void -METHOD shortValue() [PUBLIC] short -METHOD signum(int) [STATIC, int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -METHOD split(Closure) Collection -METHOD sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD step(Number, Number, Closure) void -METHOD stream() Stream -METHOD stringSize(int) [STATIC] int -METHOD sum(int, int) [STATIC, int -METHOD tap(Closure) Object -METHOD times(Closure) void -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toBinaryString(int) [STATIC, String -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toHexString(int) [STATIC, String -METHOD toInteger() Integer -METHOD toLong() Long -METHOD toOctalString(int) [STATIC, String -METHOD toString() [PUBLIC] String -METHOD toString(int) [STATIC, String -METHOD toString(int, int) [STATIC, String -METHOD toUnsignedLong(int) [STATIC, long -METHOD toUnsignedString(int) [STATIC, String -METHOD toUnsignedString(int, int) [STATIC, String -METHOD unaryMinus() Number -METHOD unaryPlus() Number -METHOD upto(Number, Closure) void -METHOD use(Class, Closure) Object -METHOD use(List, Closure) Object -METHOD use(Object[]) Object -METHOD valueOf(String) [STATIC, Integer -METHOD valueOf(String, int) [STATIC, Integer -METHOD valueOf(int) [STATIC, Integer -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 -METHOD xor(Number) Number -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.14.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.21.completion similarity index 97% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.14.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.21.completion index 0434a6958cab..387804b09f0e 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.14.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.21.completion @@ -20,6 +20,7 @@ METHOD compareTo(Character) int METHOD compareTo(Integer) [PUBLIC] int METHOD compareTo(Number) int METHOD compareUnsigned(int, int) [STATIC, int +METHOD compress(int, int) [STATIC, int METHOD decode(String) [STATIC, Integer METHOD describeConstable() [PUBLIC] Optional METHOD div(Character) Number @@ -33,10 +34,11 @@ METHOD eachWithIndex(Closure) Object METHOD equals(Object) [PUBLIC] boolean METHOD every() boolean METHOD every(Closure) boolean +METHOD expand(int, int) [STATIC, int METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.9.completion deleted file mode 100644 index f6e47a29755c..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.9.completion +++ /dev/null @@ -1,169 +0,0 @@ -Code completion result for source line: -[1,2]*.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD abs() int -METHOD addShutdownHook(Closure) void -METHOD and(Number) Number -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asType(Class) Object -METHOD bitCount(int) [STATIC, int -METHOD bitwiseNegate() Number -METHOD byteValue() [PUBLIC] byte -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD compare(int, int) [STATIC, int -METHOD compareTo(Character) int -METHOD compareTo(Integer) [PUBLIC] int -METHOD compareTo(Number) int -METHOD compareUnsigned(int, int) [STATIC, int -METHOD decode(String) [STATIC, Integer -METHOD div(Character) Number -METHOD div(Number) Number -METHOD divideUnsigned(int, int) [STATIC, int -METHOD doubleValue() [PUBLIC] double -METHOD downto(Number, Closure) void -METHOD dump() String -METHOD each(Closure) Object -METHOD eachWithIndex(Closure) Object -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -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 floatValue() [PUBLIC] float -METHOD formatUnsignedInt(int, int, by [STATIC] void -METHOD formatUnsignedInt(int, int, ch [STATIC] void -METHOD getAt(String) Object -METHOD getChars(int, int, byte[]) [STATIC] int -METHOD getClass() [PUBLIC] Class -METHOD getInteger(String) [STATIC, Integer -METHOD getInteger(String, Integer) [STATIC, Integer -METHOD getInteger(String, int) [STATIC, Integer -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getProperties() Map -METHOD grep() Collection -METHOD grep(Object) Collection -METHOD hasProperty(String) MetaProperty -METHOD hashCode() [PUBLIC] int -METHOD hashCode(int) [STATIC, int -METHOD highestOneBit(int) [STATIC, int -METHOD identity(Closure) Object -METHOD inject(Closure) Object -METHOD inject(Object, Closure) Object -METHOD inspect() String -METHOD intValue() [PUBLIC] int -METHOD intdiv(Character) Number -METHOD intdiv(Number) Number -METHOD invokeMethod(String, Object) Object -METHOD is(Object) boolean -METHOD isCase(Number) boolean -METHOD isCase(Object) boolean -METHOD iterator() Iterator -METHOD leftShift(Number) Number -METHOD longValue() [PUBLIC] long -METHOD lowestOneBit(int) [STATIC, int -METHOD max(int, int) [STATIC, int -METHOD metaClass(Closure) MetaClass -METHOD min(int, int) [STATIC, int -METHOD minus(Character) Number -METHOD minus(Number) Number -METHOD mod(Number) Number -METHOD multiply(Character) Number -METHOD multiply(Number) Number -METHOD next() Number -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD numberAwareCompareTo(Comparabl int -METHOD numberOfLeadingZeros(int) [STATIC, int -METHOD numberOfTrailingZeros(int) [STATIC, int -METHOD or(Number) Number -METHOD parseInt(CharSequence, int, in [STATIC, int -METHOD parseInt(String) [STATIC, int -METHOD parseInt(String, int) [STATIC, int -METHOD parseUnsignedInt(CharSequence, [STATIC, int -METHOD parseUnsignedInt(String) [STATIC, int -METHOD parseUnsignedInt(String, int) [STATIC, int -METHOD plus(Character) Number -METHOD plus(Number) Number -METHOD plus(String) String -METHOD power(Integer) Number -METHOD power(Number) Number -METHOD previous() Number -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 remainderUnsigned(int, int) [STATIC, int -METHOD respondsTo(String) List -METHOD respondsTo(String, Object) List -METHOD reverse(int) [STATIC, int -METHOD reverseBytes(int) [STATIC, int -METHOD rightShift(Number) Number -METHOD rightShiftUnsigned(Number) Number -METHOD rotateLeft(int, int) [STATIC, int -METHOD rotateRight(int, int) [STATIC, int -METHOD setMetaClass(MetaClass) void -METHOD shortValue() [PUBLIC] short -METHOD signum(int) [STATIC, int -METHOD sleep(long) void -METHOD sleep(long, Closure) void -METHOD split(Closure) Collection -METHOD sprintf(String, Object) String -METHOD sprintf(String, Object) String -METHOD step(Number, Number, Closure) void -METHOD stream() Stream -METHOD stringSize(int) [STATIC] int -METHOD sum(int, int) [STATIC, int -METHOD tap(Closure) Object -METHOD times(Closure) void -METHOD toBigDecimal() BigDecimal -METHOD toBigInteger() BigInteger -METHOD toBinaryString(int) [STATIC, String -METHOD toDouble() Double -METHOD toFloat() Float -METHOD toHexString(int) [STATIC, String -METHOD toInteger() Integer -METHOD toLong() Long -METHOD toOctalString(int) [STATIC, String -METHOD toString() [PUBLIC] String -METHOD toString(int) [STATIC, String -METHOD toString(int, int) [STATIC, String -METHOD toUnsignedLong(int) [STATIC, long -METHOD toUnsignedString(int) [STATIC, String -METHOD toUnsignedString(int, int) [STATIC, String -METHOD unaryMinus() Number -METHOD unaryPlus() Number -METHOD upto(Number, Closure) void -METHOD use(Class, Closure) Object -METHOD use(List, Closure) Object -METHOD use(Object[]) Object -METHOD valueOf(String) [STATIC, Integer -METHOD valueOf(String, int) [STATIC, Integer -METHOD valueOf(int) [STATIC, Integer -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 -METHOD xor(Number) Number -FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.completion index f6a75458f067..f8f6d02b876c 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator3/SpreadOperator3.groovy.testSpreadOperator3_intArray_all.completion @@ -21,6 +21,7 @@ METHOD compareTo(Integer) [PUBLIC] int METHOD compareTo(Number) int METHOD compareUnsigned(int, int) [STATIC, int METHOD decode(String) [STATIC, Integer +METHOD describeConstable() [PUBLIC] Optional METHOD div(Character) Number METHOD div(Number) Number METHOD divideUnsigned(int, int) [STATIC, int @@ -34,8 +35,8 @@ METHOD every() boolean METHOD every(Closure) boolean METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List @@ -45,9 +46,8 @@ METHOD findLastIndexOf(int, Closure) int METHOD findResult(Closure) Object METHOD findResult(Object, Closure) Object METHOD floatValue() [PUBLIC] float -METHOD formatUnsignedInt(int, int, ch [STATIC] int METHOD getAt(String) Object -METHOD getChars(int, int, char[]) [STATIC] void +METHOD getChars(int, int, byte[]) [STATIC] int METHOD getClass() [PUBLIC] Class METHOD getInteger(String) [STATIC, Integer METHOD getInteger(String, Integer) [STATIC, Integer @@ -91,8 +91,10 @@ METHOD numberAwareCompareTo(Comparabl int METHOD numberOfLeadingZeros(int) [STATIC, int METHOD numberOfTrailingZeros(int) [STATIC, int METHOD or(Number) Number +METHOD parseInt(CharSequence, int, in [STATIC, int METHOD parseInt(String) [STATIC, int METHOD parseInt(String, int) [STATIC, int +METHOD parseUnsignedInt(CharSequence, [STATIC, int METHOD parseUnsignedInt(String) [STATIC, int METHOD parseUnsignedInt(String, int) [STATIC, int METHOD plus(Character) Number @@ -110,6 +112,7 @@ METHOD println(Object) void METHOD println(PrintWriter) void METHOD putAt(String, Object) void METHOD remainderUnsigned(int, int) [STATIC, int +METHOD resolveConstantDesc(Lookup) [PUBLIC] Integer METHOD respondsTo(String) List METHOD respondsTo(String, Object) List METHOD reverse(int) [STATIC, int @@ -163,4 +166,4 @@ METHOD with(Closure) Object METHOD with(boolean, Closure) Object METHOD withTraits(Class[]) Object METHOD xor(Number) Number -FIELD class [PUBLIC] Class \ No newline at end of file +FIELD class [PUBLIC] Class diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator4/SpreadOperator4.groovy.testSpreadOperator4_intArray_sPrefix.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator4/SpreadOperator4.groovy.testSpreadOperator4_intArray_sPrefix.completion index ae8957a86ca1..65fb11809a95 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator4/SpreadOperator4.groovy.testSpreadOperator4_intArray_sPrefix.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/operators/spreadOperator4/SpreadOperator4.groovy.testSpreadOperator4_intArray_sPrefix.completion @@ -13,4 +13,4 @@ METHOD sprintf(String, Object) String METHOD step(Number, Number, Closure) void METHOD stream() Stream METHOD stringSize(int) [STATIC] int -METHOD sum(int, int) [STATIC, int \ No newline at end of file +METHOD sum(int, int) [STATIC, int diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.14.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.14.completion deleted file mode 100644 index 5fcf015cd378..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.14.completion +++ /dev/null @@ -1,500 +0,0 @@ -Code completion result for source line: -class NoPrefix extends | { -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarantlr4 null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarpicocli null -PACKAGE java null -PACKAGE javax null -PACKAGE jdk null -PACKAGE org null -PACKAGE sun null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.16.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.16.completion deleted file mode 100644 index 2ec75d77a94d..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.16.completion +++ /dev/null @@ -1,501 +0,0 @@ -Code completion result for source line: -class NoPrefix extends | { -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarantlr4 null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarpicocli null -PACKAGE java null -PACKAGE javax null -PACKAGE jdk null -PACKAGE org null -PACKAGE sun null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Record null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serial null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnixDomainSocketAddress null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.17.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.21.completion similarity index 98% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.17.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.21.completion index 27d2c4acee14..d1f241ae4ed8 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.17.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.21.completion @@ -79,7 +79,6 @@ CLASS Collection null CLASS Collections null CLASS Comparable null CLASS Comparator null -CLASS Compiler null CLASS ConcurrentModificationExceptio null CLASS ConfigBinding null CLASS ConfigObject null @@ -154,6 +153,7 @@ CLASS FilterWriter null CLASS Float null CLASS Flushable null CLASS FormatFlagsConversionMismatchE null +CLASS FormatProcessor null CLASS Formattable null CLASS FormattableFlags null CLASS Formatter null @@ -254,6 +254,7 @@ CLASS MalformedURLException null CLASS Map null CLASS MapEntry null CLASS MapWithDefault null +CLASS MatchException null CLASS Math null CLASS MetaArrayLengthProperty null CLASS MetaBeanProperty null @@ -382,6 +383,7 @@ CLASS RuntimeException null CLASS RuntimePermission null CLASS SafeVarargs null CLASS Scanner null +CLASS ScopedValue null CLASS Script null CLASS ScriptException null CLASS SecureCacheResponse null @@ -389,6 +391,9 @@ CLASS SecurityException null CLASS SecurityManager null CLASS Sequence null CLASS SequenceInputStream null +CLASS SequencedCollection null +CLASS SequencedMap null +CLASS SequencedSet null CLASS Serial null CLASS Serializable null CLASS SerializablePermission null @@ -432,6 +437,7 @@ CLASS StringBuilder null CLASS StringIndexOutOfBoundsExceptio null CLASS StringJoiner null CLASS StringReader null +CLASS StringTemplate null CLASS StringTokenizer null CLASS StringWriter null CLASS StringWriterIOException null @@ -500,3 +506,4 @@ CLASS WeakHashMap null CLASS Writable null CLASS WriteAbortedException null CLASS Writer null +CLASS WrongThreadException null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.9.completion deleted file mode 100644 index 12e27074804c..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.9.completion +++ /dev/null @@ -1,498 +0,0 @@ -Code completion result for source line: -class NoPrefix extends | { -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarantlr4 null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarpicocli null -PACKAGE java null -PACKAGE javax null -PACKAGE jdk null -PACKAGE org null -PACKAGE sun null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS AutoCloseable null -CLASS Base64 null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BootstrapMethodError null -CLASS BufferedInputStream null -CLASS BufferedIterator null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS ClassValue null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatesTo null -CLASS DelegatingMetaClass null -CLASS DelegatingScript null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DoubleSummaryStatistics null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileTreeBuilder null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS FunctionalInterface null -CLASS GString null -CLASS GeneratedGroovyProxy null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovySystem null -CLASS Groovydoc null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS LayerInstantiationException null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS ListWithDefault null -CLASS Locale null -CLASS Long null -CLASS LongSummaryStatistics null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -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 -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS NumberRange null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputFilter null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Objects null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS ObservableSet null -CLASS Observer null -CLASS Optional null -CLASS OptionalDataException null -CLASS OptionalDouble null -CLASS OptionalInt null -CLASS OptionalLong null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrimitiveIterator null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessHandle null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS ProtocolFamily null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Reference null -CLASS ReflectiveOperationException null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS SafeVarargs null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOption null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS Spliterator null -CLASS Spliterators null -CLASS SplittableRandom null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StackWalker null -CLASS StandardProtocolFamily null -CLASS StandardSocketOptions null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringJoiner null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS Tuple0 null -CLASS Tuple1 null -CLASS Tuple10 null -CLASS Tuple11 null -CLASS Tuple12 null -CLASS Tuple13 null -CLASS Tuple14 null -CLASS Tuple15 null -CLASS Tuple16 null -CLASS Tuple2 null -CLASS Tuple3 null -CLASS Tuple4 null -CLASS Tuple5 null -CLASS Tuple6 null -CLASS Tuple7 null -CLASS Tuple8 null -CLASS Tuple9 null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLPermission null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UncheckedIOException null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.completion index 52cdd9d41b6c..27d2c4acee14 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion1/AfterExtendsTypeCompletion1.groovy.testAfterExtendsTypeCompletion1.completion @@ -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 @@ -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 @@ -233,6 +235,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 @@ -271,6 +274,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 @@ -300,6 +305,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 @@ -340,6 +346,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 @@ -362,6 +369,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 @@ -381,6 +389,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 @@ -410,6 +419,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 @@ -472,6 +482,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 @@ -488,4 +499,4 @@ CLASS Void null CLASS WeakHashMap null CLASS Writable null CLASS WriteAbortedException null -CLASS Writer null \ No newline at end of file +CLASS Writer null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion2/AfterExtendsTypeCompletion2.groovy.testAfterExtendsTypeCompletion2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion2/AfterExtendsTypeCompletion2.groovy.testAfterExtendsTypeCompletion2.completion deleted file mode 100644 index e5d7ea6c4ac6..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion2/AfterExtendsTypeCompletion2.groovy.testAfterExtendsTypeCompletion2.completion +++ /dev/null @@ -1,9 +0,0 @@ -Code completion result for source line: -class PrefixMatchPackage extends ja| { -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE java null -PACKAGE javax null -CLASS JarURLConnection null -CLASS JavadocAssertionTestBuilder null -CLASS JavadocAssertionTestSuite null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion4/AfterExtendsTypeCompletion4.groovy.testAfterExtendsTypeCompletion4.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion4/AfterExtendsTypeCompletion4.groovy.testAfterExtendsTypeCompletion4.completion index 7c86cef00fe6..9dc89de3f9d7 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion4/AfterExtendsTypeCompletion4.groovy.testAfterExtendsTypeCompletion4.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/afterExtendsTypeCompletion4/AfterExtendsTypeCompletion4.groovy.testAfterExtendsTypeCompletion4.completion @@ -2,4 +2,4 @@ Code completion result for source line: class PrefixMatchPackageCaseInsensitive extends Ja| { (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ -CLASS JarURLConnection null \ No newline at end of file +CLASS JarURLConnection null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/fieldTypeCompletion2/FieldTypeCompletion2.groovy.testFieldTypeCompletion2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/fieldTypeCompletion2/FieldTypeCompletion2.groovy.testFieldTypeCompletion2.completion index 8450891270e3..7403212eecde 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/fieldTypeCompletion2/FieldTypeCompletion2.groovy.testFieldTypeCompletion2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/fieldTypeCompletion2/FieldTypeCompletion2.groovy.testFieldTypeCompletion2.completion @@ -2,4 +2,4 @@ Code completion result for source line: Ja| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ -CLASS JarURLConnection null \ No newline at end of file +CLASS JarURLConnection null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/fieldTypeCompletion3/FieldTypeCompletion3.groovy.testFieldTypeCompletion3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/fieldTypeCompletion3/FieldTypeCompletion3.groovy.testFieldTypeCompletion3.completion deleted file mode 100644 index 81c90b923c13..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/fieldTypeCompletion3/FieldTypeCompletion3.groovy.testFieldTypeCompletion3.completion +++ /dev/null @@ -1,9 +0,0 @@ -Code completion result for source line: -ja| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE java null -PACKAGE javax null -CLASS JarURLConnection null -CLASS JavadocAssertionTestBuilder null -CLASS JavadocAssertionTestSuite null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/localVariableTypeCompletion2/LocalVariableTypeCompletion2.groovy.testLocalVariableTypeCompletion2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/localVariableTypeCompletion2/LocalVariableTypeCompletion2.groovy.testLocalVariableTypeCompletion2.completion index 8450891270e3..7403212eecde 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/localVariableTypeCompletion2/LocalVariableTypeCompletion2.groovy.testLocalVariableTypeCompletion2.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/localVariableTypeCompletion2/LocalVariableTypeCompletion2.groovy.testLocalVariableTypeCompletion2.completion @@ -2,4 +2,4 @@ Code completion result for source line: Ja| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ -CLASS JarURLConnection null \ No newline at end of file +CLASS JarURLConnection null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/localVariableTypeCompletion3/LocalVariableTypeCompletion3.groovy.testLocalVariableTypeCompletion3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/package/localVariableTypeCompletion3/LocalVariableTypeCompletion3.groovy.testLocalVariableTypeCompletion3.completion deleted file mode 100644 index 408c7d29b123..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/package/localVariableTypeCompletion3/LocalVariableTypeCompletion3.groovy.testLocalVariableTypeCompletion3.completion +++ /dev/null @@ -1,10 +0,0 @@ -Code completion result for source line: -ja| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE java null -PACKAGE javax null -CLASS JarURLConnection null -CLASS JavadocAssertionTestBuilder null -CLASS JavadocAssertionTestSuite null - diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/delegate1/Delegate1.groovy.testDelegate1_interfaceDelegator_withoutPrefix.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/delegate1/Delegate1.groovy.testDelegate1_interfaceDelegator_withoutPrefix.completion index bf70cedc47ad..634f8e3d51e4 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/delegate1/Delegate1.groovy.testDelegate1_interfaceDelegator_withoutPrefix.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/delegate1/Delegate1.groovy.testDelegate1_interfaceDelegator_withoutPrefix.completion @@ -18,8 +18,8 @@ METHOD every() boolean METHOD every(Closure) boolean METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/delegate2/Delegate2.groovy.testDelegate2_classDelegator_withPrefix.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/delegate2/Delegate2.groovy.testDelegate2_classDelegator_withPrefix.completion index 9b9084cfe7e0..5d31ca234808 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/delegate2/Delegate2.groovy.testDelegate2_classDelegator_withPrefix.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/delegate2/Delegate2.groovy.testDelegate2_classDelegator_withPrefix.completion @@ -4,8 +4,8 @@ showcase.f| ------------------------------------ METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.11.completion deleted file mode 100644 index 55ca745cf25e..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.11.completion +++ /dev/null @@ -1,60 +0,0 @@ -Code completion result for source line: -Singleton2.get| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD getAnnotatedInterfaces() [PUBLIC] AnnotatedType[] -METHOD getAnnotatedSuperclass() [PUBLIC] AnnotatedType -METHOD getAnnotation(Class) [PUBLIC] A -METHOD getAnnotations() [PUBLIC] Annotation[] -METHOD getAnnotationsByType(Class) [PUBLIC] A[] -METHOD getAt(String) Object -METHOD getCanonicalName() [PUBLIC] String -METHOD getClass() [PUBLIC] Class -METHOD getClassLoader() [PUBLIC] ClassLoader -METHOD getClasses() [PUBLIC] Class[] -METHOD getComponentType() [PUBLIC] Class -METHOD getConstructor(Class...) [PUBLIC] Constructor -METHOD getConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredAnnotation(Class [PUBLIC] A -METHOD getDeclaredAnnotations() [PUBLIC] Annotation[] -METHOD getDeclaredAnnotationsByType(C [PUBLIC] A[] -METHOD getDeclaredClasses() [PUBLIC] Class[] -METHOD getDeclaredConstructor(Class -METHOD getDeclaredConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredField(String) [PUBLIC] Field -METHOD getDeclaredFields() [PUBLIC] Field[] -METHOD getDeclaredMethod(String, Clas [PUBLIC] Method -METHOD getDeclaredMethods() [PUBLIC] Method[] -METHOD getDeclaringClass() [PUBLIC] Class -METHOD getEnclosingClass() [PUBLIC] Class -METHOD getEnclosingConstructor() [PUBLIC] Constructor -METHOD getEnclosingMethod() [PUBLIC] Method -METHOD getEnumConstants() [PUBLIC] T[] -METHOD getField(String) [PUBLIC] Field -METHOD getFields() [PUBLIC] Field[] -METHOD getGenericInterfaces() [PUBLIC] Type[] -METHOD getGenericSuperclass() [PUBLIC] Type -METHOD getGroovydoc() Groovydoc -METHOD getInstance() [STATIC, Singleton2 -METHOD getInterfaces() [PUBLIC] Class[] -METHOD getLocation() URL -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getMethod(String, Class...) [PUBLIC] Method -METHOD getMethods() [PUBLIC] Method[] -METHOD getModifiers() [PUBLIC] int -METHOD getModule() [PUBLIC] Module -METHOD getName() [PUBLIC] String -METHOD getNestHost() [PUBLIC] Class -METHOD getNestMembers() [PUBLIC] Class[] -METHOD getPackage() [PUBLIC] Package -METHOD getPackageName() [PUBLIC] String -METHOD getProperties() Map -METHOD getProtectionDomain() [PUBLIC] ProtectionDomain -METHOD getResource(String) [PUBLIC] URL -METHOD getResourceAsStream(String) [PUBLIC] InputStream -METHOD getSigners() [PUBLIC] Object[] -METHOD getSimpleName() [PUBLIC] String -METHOD getSuperclass() [PUBLIC] Class -METHOD getTypeName() [PUBLIC] String -METHOD getTypeParameters() [PUBLIC] TypeVariable>[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.14.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.14.completion deleted file mode 100644 index 9dcf06fdbdf0..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.14.completion +++ /dev/null @@ -1,61 +0,0 @@ -Code completion result for source line: -Singleton2.get| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD getAnnotatedInterfaces() [PUBLIC] AnnotatedType[] -METHOD getAnnotatedSuperclass() [PUBLIC] AnnotatedType -METHOD getAnnotation(Class) [PUBLIC] A -METHOD getAnnotations() [PUBLIC] Annotation[] -METHOD getAnnotationsByType(Class) [PUBLIC] A[] -METHOD getAt(String) Object -METHOD getCanonicalName() [PUBLIC] String -METHOD getClass() [PUBLIC] Class -METHOD getClassLoader() [PUBLIC] ClassLoader -METHOD getClasses() [PUBLIC] Class[] -METHOD getComponentType() [PUBLIC] Class -METHOD getConstructor(Class...) [PUBLIC] Constructor -METHOD getConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredAnnotation(Class [PUBLIC] A -METHOD getDeclaredAnnotations() [PUBLIC] Annotation[] -METHOD getDeclaredAnnotationsByType(C [PUBLIC] A[] -METHOD getDeclaredClasses() [PUBLIC] Class[] -METHOD getDeclaredConstructor(Class -METHOD getDeclaredConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredField(String) [PUBLIC] Field -METHOD getDeclaredFields() [PUBLIC] Field[] -METHOD getDeclaredMethod(String, Clas [PUBLIC] Method -METHOD getDeclaredMethods() [PUBLIC] Method[] -METHOD getDeclaringClass() [PUBLIC] Class -METHOD getEnclosingClass() [PUBLIC] Class -METHOD getEnclosingConstructor() [PUBLIC] Constructor -METHOD getEnclosingMethod() [PUBLIC] Method -METHOD getEnumConstants() [PUBLIC] T[] -METHOD getField(String) [PUBLIC] Field -METHOD getFields() [PUBLIC] Field[] -METHOD getGenericInterfaces() [PUBLIC] Type[] -METHOD getGenericSuperclass() [PUBLIC] Type -METHOD getGroovydoc() Groovydoc -METHOD getInstance() [STATIC, Singleton2 -METHOD getInterfaces() [PUBLIC] Class[] -METHOD getLocation() URL -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getMethod(String, Class...) [PUBLIC] Method -METHOD getMethods() [PUBLIC] Method[] -METHOD getModifiers() [PUBLIC] int -METHOD getModule() [PUBLIC] Module -METHOD getName() [PUBLIC] String -METHOD getNestHost() [PUBLIC] Class -METHOD getNestMembers() [PUBLIC] Class[] -METHOD getPackage() [PUBLIC] Package -METHOD getPackageName() [PUBLIC] String -METHOD getProperties() Map -METHOD getProtectionDomain() [PUBLIC] ProtectionDomain -METHOD getRecordComponents() [PUBLIC] RecordComponent[] -METHOD getResource(String) [PUBLIC] URL -METHOD getResourceAsStream(String) [PUBLIC] InputStream -METHOD getSigners() [PUBLIC] Object[] -METHOD getSimpleName() [PUBLIC] String -METHOD getSuperclass() [PUBLIC] Class -METHOD getTypeName() [PUBLIC] String -METHOD getTypeParameters() [PUBLIC] TypeVariable>[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.16.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.16.completion deleted file mode 100644 index 698e593477da..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.16.completion +++ /dev/null @@ -1,62 +0,0 @@ -Code completion result for source line: -Singleton2.get| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD getAnnotatedInterfaces() [PUBLIC] AnnotatedType[] -METHOD getAnnotatedSuperclass() [PUBLIC] AnnotatedType -METHOD getAnnotation(Class) [PUBLIC] A -METHOD getAnnotations() [PUBLIC] Annotation[] -METHOD getAnnotationsByType(Class) [PUBLIC] A[] -METHOD getAt(String) Object -METHOD getCanonicalName() [PUBLIC] String -METHOD getClass() [PUBLIC] Class -METHOD getClassLoader() [PUBLIC] ClassLoader -METHOD getClasses() [PUBLIC] Class[] -METHOD getComponentType() [PUBLIC] Class -METHOD getConstructor(Class...) [PUBLIC] Constructor -METHOD getConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredAnnotation(Class [PUBLIC] A -METHOD getDeclaredAnnotations() [PUBLIC] Annotation[] -METHOD getDeclaredAnnotationsByType(C [PUBLIC] A[] -METHOD getDeclaredClasses() [PUBLIC] Class[] -METHOD getDeclaredConstructor(Class -METHOD getDeclaredConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredField(String) [PUBLIC] Field -METHOD getDeclaredFields() [PUBLIC] Field[] -METHOD getDeclaredMethod(String, Clas [PUBLIC] Method -METHOD getDeclaredMethods() [PUBLIC] Method[] -METHOD getDeclaringClass() [PUBLIC] Class -METHOD getEnclosingClass() [PUBLIC] Class -METHOD getEnclosingConstructor() [PUBLIC] Constructor -METHOD getEnclosingMethod() [PUBLIC] Method -METHOD getEnumConstants() [PUBLIC] T[] -METHOD getField(String) [PUBLIC] Field -METHOD getFields() [PUBLIC] Field[] -METHOD getGenericInterfaces() [PUBLIC] Type[] -METHOD getGenericSuperclass() [PUBLIC] Type -METHOD getGroovydoc() Groovydoc -METHOD getInstance() [STATIC, Singleton2 -METHOD getInterfaces() [PUBLIC] Class[] -METHOD getLocation() URL -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getMethod(String, Class...) [PUBLIC] Method -METHOD getMethods() [PUBLIC] Method[] -METHOD getModifiers() [PUBLIC] int -METHOD getModule() [PUBLIC] Module -METHOD getName() [PUBLIC] String -METHOD getNestHost() [PUBLIC] Class -METHOD getNestMembers() [PUBLIC] Class[] -METHOD getPackage() [PUBLIC] Package -METHOD getPackageName() [PUBLIC] String -METHOD getPermittedSubclasses() [PUBLIC] Class[] -METHOD getProperties() Map -METHOD getProtectionDomain() [PUBLIC] ProtectionDomain -METHOD getRecordComponents() [PUBLIC] RecordComponent[] -METHOD getResource(String) [PUBLIC] URL -METHOD getResourceAsStream(String) [PUBLIC] InputStream -METHOD getSigners() [PUBLIC] Object[] -METHOD getSimpleName() [PUBLIC] String -METHOD getSuperclass() [PUBLIC] Class -METHOD getTypeName() [PUBLIC] String -METHOD getTypeParameters() [PUBLIC] TypeVariable>[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.9.completion deleted file mode 100644 index cc23e4302828..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.9.completion +++ /dev/null @@ -1,58 +0,0 @@ -Code completion result for source line: -Singleton2.get| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD getAnnotatedInterfaces() [PUBLIC] AnnotatedType[] -METHOD getAnnotatedSuperclass() [PUBLIC] AnnotatedType -METHOD getAnnotation(Class) [PUBLIC] A -METHOD getAnnotations() [PUBLIC] Annotation[] -METHOD getAnnotationsByType(Class) [PUBLIC] A[] -METHOD getAt(String) Object -METHOD getCanonicalName() [PUBLIC] String -METHOD getClass() [PUBLIC] Class -METHOD getClassLoader() [PUBLIC] ClassLoader -METHOD getClasses() [PUBLIC] Class[] -METHOD getComponentType() [PUBLIC] Class -METHOD getConstructor(Class...) [PUBLIC] Constructor -METHOD getConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredAnnotation(Class [PUBLIC] A -METHOD getDeclaredAnnotations() [PUBLIC] Annotation[] -METHOD getDeclaredAnnotationsByType(C [PUBLIC] A[] -METHOD getDeclaredClasses() [PUBLIC] Class[] -METHOD getDeclaredConstructor(Class -METHOD getDeclaredConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredField(String) [PUBLIC] Field -METHOD getDeclaredFields() [PUBLIC] Field[] -METHOD getDeclaredMethod(String, Clas [PUBLIC] Method -METHOD getDeclaredMethods() [PUBLIC] Method[] -METHOD getDeclaringClass() [PUBLIC] Class -METHOD getEnclosingClass() [PUBLIC] Class -METHOD getEnclosingConstructor() [PUBLIC] Constructor -METHOD getEnclosingMethod() [PUBLIC] Method -METHOD getEnumConstants() [PUBLIC] T[] -METHOD getField(String) [PUBLIC] Field -METHOD getFields() [PUBLIC] Field[] -METHOD getGenericInterfaces() [PUBLIC] Type[] -METHOD getGenericSuperclass() [PUBLIC] Type -METHOD getGroovydoc() Groovydoc -METHOD getInstance() [STATIC, Singleton2 -METHOD getInterfaces() [PUBLIC] Class[] -METHOD getLocation() URL -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getMethod(String, Class...) [PUBLIC] Method -METHOD getMethods() [PUBLIC] Method[] -METHOD getModifiers() [PUBLIC] int -METHOD getModule() [PUBLIC] Module -METHOD getName() [PUBLIC] String -METHOD getPackage() [PUBLIC] Package -METHOD getPackageName() [PUBLIC] String -METHOD getProperties() Map -METHOD getProtectionDomain() [PUBLIC] ProtectionDomain -METHOD getResource(String) [PUBLIC] URL -METHOD getResourceAsStream(String) [PUBLIC] InputStream -METHOD getSigners() [PUBLIC] Object[] -METHOD getSimpleName() [PUBLIC] String -METHOD getSuperclass() [PUBLIC] Class -METHOD getTypeName() [PUBLIC] String -METHOD getTypeParameters() [PUBLIC] TypeVariable>[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.completion index dc9ee7d4a53d..698e593477da 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton2/Singleton2.groovy.testSingleton2_withGetPrefix.completion @@ -43,10 +43,16 @@ METHOD getMetaPropertyValues() List METHOD getMethod(String, Class...) [PUBLIC] Method METHOD getMethods() [PUBLIC] Method[] METHOD getModifiers() [PUBLIC] int +METHOD getModule() [PUBLIC] Module METHOD getName() [PUBLIC] String +METHOD getNestHost() [PUBLIC] Class +METHOD getNestMembers() [PUBLIC] Class[] METHOD getPackage() [PUBLIC] Package +METHOD getPackageName() [PUBLIC] String +METHOD getPermittedSubclasses() [PUBLIC] Class[] METHOD getProperties() Map METHOD getProtectionDomain() [PUBLIC] ProtectionDomain +METHOD getRecordComponents() [PUBLIC] RecordComponent[] METHOD getResource(String) [PUBLIC] URL METHOD getResourceAsStream(String) [PUBLIC] InputStream METHOD getSigners() [PUBLIC] Object[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.11.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.11.completion deleted file mode 100644 index 467d550e4c57..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.11.completion +++ /dev/null @@ -1,201 +0,0 @@ -Code completion result for source line: -Singleton3.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asSubclass(Class) [PUBLIC] Class -METHOD asType(Class) Object -METHOD cast(Object) [PUBLIC] T -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD desiredAssertionStatus() [PUBLIC] boolean -METHOD dump() String -METHOD each(Closure) Object -METHOD eachWithIndex(Closure) Object -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -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 forName(Module, String) [STATIC, Class -METHOD forName(String) [STATIC, Class -METHOD forName(String, boolean, Class [STATIC, Class -METHOD getAnnotatedInterfaces() [PUBLIC] AnnotatedType[] -METHOD getAnnotatedSuperclass() [PUBLIC] AnnotatedType -METHOD getAnnotation(Class) [PUBLIC] A -METHOD getAnnotations() [PUBLIC] Annotation[] -METHOD getAnnotationsByType(Class) [PUBLIC] A[] -METHOD getAt(String) Object -METHOD getCanonicalName() [PUBLIC] String -METHOD getClass() [PUBLIC] Class -METHOD getClassLoader() [PUBLIC] ClassLoader -METHOD getClasses() [PUBLIC] Class[] -METHOD getComponentType() [PUBLIC] Class -METHOD getConstructor(Class...) [PUBLIC] Constructor -METHOD getConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredAnnotation(Class [PUBLIC] A -METHOD getDeclaredAnnotations() [PUBLIC] Annotation[] -METHOD getDeclaredAnnotationsByType(C [PUBLIC] A[] -METHOD getDeclaredClasses() [PUBLIC] Class[] -METHOD getDeclaredConstructor(Class -METHOD getDeclaredConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredField(String) [PUBLIC] Field -METHOD getDeclaredFields() [PUBLIC] Field[] -METHOD getDeclaredMethod(String, Clas [PUBLIC] Method -METHOD getDeclaredMethods() [PUBLIC] Method[] -METHOD getDeclaringClass() [PUBLIC] Class -METHOD getEnclosingClass() [PUBLIC] Class -METHOD getEnclosingConstructor() [PUBLIC] Constructor -METHOD getEnclosingMethod() [PUBLIC] Method -METHOD getEnumConstants() [PUBLIC] T[] -METHOD getField(String) [PUBLIC] Field -METHOD getFields() [PUBLIC] Field[] -METHOD getGenericInterfaces() [PUBLIC] Type[] -METHOD getGenericSuperclass() [PUBLIC] Type -METHOD getGroovydoc() Groovydoc -METHOD getInstance() [STATIC, Singleton3 -METHOD getInterfaces() [PUBLIC] Class[] -METHOD getLocation() URL -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getMethod(String, Class...) [PUBLIC] Method -METHOD getMethods() [PUBLIC] Method[] -METHOD getModifiers() [PUBLIC] int -METHOD getModule() [PUBLIC] Module -METHOD getName() [PUBLIC] String -METHOD getNestHost() [PUBLIC] Class -METHOD getNestMembers() [PUBLIC] Class[] -METHOD getPackage() [PUBLIC] Package -METHOD getPackageName() [PUBLIC] String -METHOD getProperties() Map -METHOD getProtectionDomain() [PUBLIC] ProtectionDomain -METHOD getResource(String) [PUBLIC] URL -METHOD getResourceAsStream(String) [PUBLIC] InputStream -METHOD getSigners() [PUBLIC] Object[] -METHOD getSimpleName() [PUBLIC] String -METHOD getSuperclass() [PUBLIC] Class -METHOD getTypeName() [PUBLIC] String -METHOD getTypeParameters() [PUBLIC] TypeVariable>[] -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 isAnnotation() [PUBLIC] boolean -METHOD isAnnotationPresent(Class) [PUBLIC] boolean -METHOD isCase(Object) boolean -METHOD isEnum() [PUBLIC] boolean -METHOD isInstance(Object) [PUBLIC] boolean -METHOD isInterface() [PUBLIC] boolean -METHOD isLocalClass() [PUBLIC] boolean -METHOD isMemberClass() [PUBLIC] boolean -METHOD isNestmateOf(Class) [PUBLIC] boolean -METHOD isPrimitive() [PUBLIC] boolean -METHOD isSynthetic() [PUBLIC] boolean -METHOD iterator() Iterator -METHOD metaClass(Closure) MetaClass -METHOD mixin(Class) void -METHOD mixin(Class[]) void -METHOD mixin(List) void -METHOD newInstance() [PUBLIC] T -METHOD newInstance(Object[]) Object -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 setMetaClass(MetaClass) 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 toGenericString() [PUBLIC] String -METHOD toString() [PUBLIC] 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 -METHOD y() [PUBLIC] Object -FIELD annotatedInterfaces [PUBLIC] AnnotatedType[] -FIELD annotatedSuperclass [PUBLIC] AnnotatedType -FIELD annotation [PUBLIC] boolean -FIELD annotations [PUBLIC] Annotation[] -FIELD anonymousClass [PUBLIC] boolean -FIELD array [PUBLIC] boolean -FIELD canonicalName [PUBLIC] String -FIELD class [PUBLIC] Class -FIELD classLoader [PUBLIC] ClassLoader -FIELD classes [PUBLIC] Class[] -FIELD componentType [PUBLIC] Class -FIELD constructors [PUBLIC] Constructor[] -FIELD declaredAnnotations [PUBLIC] Annotation[] -FIELD declaredClasses [PUBLIC] Class[] -FIELD declaredConstructors [PUBLIC] Constructor[] -FIELD declaredFields [PUBLIC] Field[] -FIELD declaredMethods [PUBLIC] Method[] -FIELD declaringClass [PUBLIC] Class -FIELD enclosingClass [PUBLIC] Class -FIELD enclosingConstructor [PUBLIC] Constructor -FIELD enclosingMethod [PUBLIC] Method -FIELD enum [PUBLIC] boolean -FIELD enumConstants [PUBLIC] Object[] -FIELD fields [PUBLIC] Field[] -FIELD genericInterfaces [PUBLIC] Type[] -FIELD genericSuperclass [PUBLIC] Type -FIELD instance [STATIC, Singleton3 -FIELD interface [PUBLIC] boolean -FIELD interfaces [PUBLIC] Class[] -FIELD localClass [PUBLIC] boolean -FIELD memberClass [PUBLIC] boolean -FIELD methods [PUBLIC] Method[] -FIELD modifiers [PUBLIC] int -FIELD module [PUBLIC] Module -FIELD name [PUBLIC] String -FIELD nestHost [PUBLIC] Class -FIELD nestMembers [PUBLIC] Class[] -FIELD package [PUBLIC] Package -FIELD packageName [PUBLIC] String -FIELD primitive [PUBLIC] boolean -FIELD protectionDomain [PUBLIC] ProtectionDomain -FIELD simpleName [PUBLIC] String -FIELD superclass [PUBLIC] Class -FIELD synthetic [PUBLIC] boolean -FIELD typeName [PUBLIC] String -FIELD typeParameters [PUBLIC] TypeVariable[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.12.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.12.completion deleted file mode 100644 index 3260cc54c16a..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.12.completion +++ /dev/null @@ -1,205 +0,0 @@ -Code completion result for source line: -Singleton3.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD arrayType() [PUBLIC] Class -METHOD asBoolean() boolean -METHOD asSubclass(Class) [PUBLIC] Class -METHOD asType(Class) Object -METHOD cast(Object) [PUBLIC] T -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD componentType() [PUBLIC] Class -METHOD describeConstable() [PUBLIC] Optional -METHOD descriptorString() [PUBLIC] String -METHOD desiredAssertionStatus() [PUBLIC] boolean -METHOD dump() String -METHOD each(Closure) Object -METHOD eachWithIndex(Closure) Object -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -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 forName(Module, String) [STATIC, Class -METHOD forName(String) [STATIC, Class -METHOD forName(String, boolean, Class [STATIC, Class -METHOD getAnnotatedInterfaces() [PUBLIC] AnnotatedType[] -METHOD getAnnotatedSuperclass() [PUBLIC] AnnotatedType -METHOD getAnnotation(Class) [PUBLIC] A -METHOD getAnnotations() [PUBLIC] Annotation[] -METHOD getAnnotationsByType(Class) [PUBLIC] A[] -METHOD getAt(String) Object -METHOD getCanonicalName() [PUBLIC] String -METHOD getClass() [PUBLIC] Class -METHOD getClassLoader() [PUBLIC] ClassLoader -METHOD getClasses() [PUBLIC] Class[] -METHOD getComponentType() [PUBLIC] Class -METHOD getConstructor(Class...) [PUBLIC] Constructor -METHOD getConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredAnnotation(Class [PUBLIC] A -METHOD getDeclaredAnnotations() [PUBLIC] Annotation[] -METHOD getDeclaredAnnotationsByType(C [PUBLIC] A[] -METHOD getDeclaredClasses() [PUBLIC] Class[] -METHOD getDeclaredConstructor(Class -METHOD getDeclaredConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredField(String) [PUBLIC] Field -METHOD getDeclaredFields() [PUBLIC] Field[] -METHOD getDeclaredMethod(String, Clas [PUBLIC] Method -METHOD getDeclaredMethods() [PUBLIC] Method[] -METHOD getDeclaringClass() [PUBLIC] Class -METHOD getEnclosingClass() [PUBLIC] Class -METHOD getEnclosingConstructor() [PUBLIC] Constructor -METHOD getEnclosingMethod() [PUBLIC] Method -METHOD getEnumConstants() [PUBLIC] T[] -METHOD getField(String) [PUBLIC] Field -METHOD getFields() [PUBLIC] Field[] -METHOD getGenericInterfaces() [PUBLIC] Type[] -METHOD getGenericSuperclass() [PUBLIC] Type -METHOD getGroovydoc() Groovydoc -METHOD getInstance() [STATIC, Singleton3 -METHOD getInterfaces() [PUBLIC] Class[] -METHOD getLocation() URL -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getMethod(String, Class...) [PUBLIC] Method -METHOD getMethods() [PUBLIC] Method[] -METHOD getModifiers() [PUBLIC] int -METHOD getModule() [PUBLIC] Module -METHOD getName() [PUBLIC] String -METHOD getNestHost() [PUBLIC] Class -METHOD getNestMembers() [PUBLIC] Class[] -METHOD getPackage() [PUBLIC] Package -METHOD getPackageName() [PUBLIC] String -METHOD getProperties() Map -METHOD getProtectionDomain() [PUBLIC] ProtectionDomain -METHOD getResource(String) [PUBLIC] URL -METHOD getResourceAsStream(String) [PUBLIC] InputStream -METHOD getSigners() [PUBLIC] Object[] -METHOD getSimpleName() [PUBLIC] String -METHOD getSuperclass() [PUBLIC] Class -METHOD getTypeName() [PUBLIC] String -METHOD getTypeParameters() [PUBLIC] TypeVariable>[] -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 isAnnotation() [PUBLIC] boolean -METHOD isAnnotationPresent(Class) [PUBLIC] boolean -METHOD isCase(Object) boolean -METHOD isEnum() [PUBLIC] boolean -METHOD isInstance(Object) [PUBLIC] boolean -METHOD isInterface() [PUBLIC] boolean -METHOD isLocalClass() [PUBLIC] boolean -METHOD isMemberClass() [PUBLIC] boolean -METHOD isNestmateOf(Class) [PUBLIC] boolean -METHOD isPrimitive() [PUBLIC] boolean -METHOD isSynthetic() [PUBLIC] boolean -METHOD iterator() Iterator -METHOD metaClass(Closure) MetaClass -METHOD mixin(Class) void -METHOD mixin(Class[]) void -METHOD mixin(List) void -METHOD newInstance() [PUBLIC] T -METHOD newInstance(Object[]) Object -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 setMetaClass(MetaClass) 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 toGenericString() [PUBLIC] String -METHOD toString() [PUBLIC] 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 -METHOD y() [PUBLIC] Object -FIELD annotatedInterfaces [PUBLIC] AnnotatedType[] -FIELD annotatedSuperclass [PUBLIC] AnnotatedType -FIELD annotation [PUBLIC] boolean -FIELD annotations [PUBLIC] Annotation[] -FIELD anonymousClass [PUBLIC] boolean -FIELD array [PUBLIC] boolean -FIELD canonicalName [PUBLIC] String -FIELD class [PUBLIC] Class -FIELD classLoader [PUBLIC] ClassLoader -FIELD classes [PUBLIC] Class[] -FIELD componentType [PUBLIC] Class -FIELD constructors [PUBLIC] Constructor[] -FIELD declaredAnnotations [PUBLIC] Annotation[] -FIELD declaredClasses [PUBLIC] Class[] -FIELD declaredConstructors [PUBLIC] Constructor[] -FIELD declaredFields [PUBLIC] Field[] -FIELD declaredMethods [PUBLIC] Method[] -FIELD declaringClass [PUBLIC] Class -FIELD enclosingClass [PUBLIC] Class -FIELD enclosingConstructor [PUBLIC] Constructor -FIELD enclosingMethod [PUBLIC] Method -FIELD enum [PUBLIC] boolean -FIELD enumConstants [PUBLIC] Object[] -FIELD fields [PUBLIC] Field[] -FIELD genericInterfaces [PUBLIC] Type[] -FIELD genericSuperclass [PUBLIC] Type -FIELD instance [STATIC, Singleton3 -FIELD interface [PUBLIC] boolean -FIELD interfaces [PUBLIC] Class[] -FIELD localClass [PUBLIC] boolean -FIELD memberClass [PUBLIC] boolean -FIELD methods [PUBLIC] Method[] -FIELD modifiers [PUBLIC] int -FIELD module [PUBLIC] Module -FIELD name [PUBLIC] String -FIELD nestHost [PUBLIC] Class -FIELD nestMembers [PUBLIC] Class[] -FIELD package [PUBLIC] Package -FIELD packageName [PUBLIC] String -FIELD primitive [PUBLIC] boolean -FIELD protectionDomain [PUBLIC] ProtectionDomain -FIELD simpleName [PUBLIC] String -FIELD superclass [PUBLIC] Class -FIELD synthetic [PUBLIC] boolean -FIELD typeName [PUBLIC] String -FIELD typeParameters [PUBLIC] TypeVariable[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.14.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.14.completion deleted file mode 100644 index a066f3307805..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.14.completion +++ /dev/null @@ -1,209 +0,0 @@ -Code completion result for source line: -Singleton3.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD arrayType() [PUBLIC] Class -METHOD asBoolean() boolean -METHOD asSubclass(Class) [PUBLIC] Class -METHOD asType(Class) Object -METHOD cast(Object) [PUBLIC] T -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD componentType() [PUBLIC] Class -METHOD describeConstable() [PUBLIC] Optional -METHOD descriptorString() [PUBLIC] String -METHOD desiredAssertionStatus() [PUBLIC] boolean -METHOD dump() String -METHOD each(Closure) Object -METHOD eachWithIndex(Closure) Object -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -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 forName(Module, String) [STATIC, Class -METHOD forName(String) [STATIC, Class -METHOD forName(String, boolean, Class [STATIC, Class -METHOD getAnnotatedInterfaces() [PUBLIC] AnnotatedType[] -METHOD getAnnotatedSuperclass() [PUBLIC] AnnotatedType -METHOD getAnnotation(Class) [PUBLIC] A -METHOD getAnnotations() [PUBLIC] Annotation[] -METHOD getAnnotationsByType(Class) [PUBLIC] A[] -METHOD getAt(String) Object -METHOD getCanonicalName() [PUBLIC] String -METHOD getClass() [PUBLIC] Class -METHOD getClassLoader() [PUBLIC] ClassLoader -METHOD getClasses() [PUBLIC] Class[] -METHOD getComponentType() [PUBLIC] Class -METHOD getConstructor(Class...) [PUBLIC] Constructor -METHOD getConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredAnnotation(Class [PUBLIC] A -METHOD getDeclaredAnnotations() [PUBLIC] Annotation[] -METHOD getDeclaredAnnotationsByType(C [PUBLIC] A[] -METHOD getDeclaredClasses() [PUBLIC] Class[] -METHOD getDeclaredConstructor(Class -METHOD getDeclaredConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredField(String) [PUBLIC] Field -METHOD getDeclaredFields() [PUBLIC] Field[] -METHOD getDeclaredMethod(String, Clas [PUBLIC] Method -METHOD getDeclaredMethods() [PUBLIC] Method[] -METHOD getDeclaringClass() [PUBLIC] Class -METHOD getEnclosingClass() [PUBLIC] Class -METHOD getEnclosingConstructor() [PUBLIC] Constructor -METHOD getEnclosingMethod() [PUBLIC] Method -METHOD getEnumConstants() [PUBLIC] T[] -METHOD getField(String) [PUBLIC] Field -METHOD getFields() [PUBLIC] Field[] -METHOD getGenericInterfaces() [PUBLIC] Type[] -METHOD getGenericSuperclass() [PUBLIC] Type -METHOD getGroovydoc() Groovydoc -METHOD getInstance() [STATIC, Singleton3 -METHOD getInterfaces() [PUBLIC] Class[] -METHOD getLocation() URL -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getMethod(String, Class...) [PUBLIC] Method -METHOD getMethods() [PUBLIC] Method[] -METHOD getModifiers() [PUBLIC] int -METHOD getModule() [PUBLIC] Module -METHOD getName() [PUBLIC] String -METHOD getNestHost() [PUBLIC] Class -METHOD getNestMembers() [PUBLIC] Class[] -METHOD getPackage() [PUBLIC] Package -METHOD getPackageName() [PUBLIC] String -METHOD getProperties() Map -METHOD getProtectionDomain() [PUBLIC] ProtectionDomain -METHOD getRecordComponents() [PUBLIC] RecordComponent[] -METHOD getResource(String) [PUBLIC] URL -METHOD getResourceAsStream(String) [PUBLIC] InputStream -METHOD getSigners() [PUBLIC] Object[] -METHOD getSimpleName() [PUBLIC] String -METHOD getSuperclass() [PUBLIC] Class -METHOD getTypeName() [PUBLIC] String -METHOD getTypeParameters() [PUBLIC] TypeVariable>[] -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 isAnnotation() [PUBLIC] boolean -METHOD isAnnotationPresent(Class) [PUBLIC] boolean -METHOD isCase(Object) boolean -METHOD isEnum() [PUBLIC] boolean -METHOD isInstance(Object) [PUBLIC] boolean -METHOD isInterface() [PUBLIC] boolean -METHOD isLocalClass() [PUBLIC] boolean -METHOD isMemberClass() [PUBLIC] boolean -METHOD isNestmateOf(Class) [PUBLIC] boolean -METHOD isPrimitive() [PUBLIC] boolean -METHOD isRecord() [PUBLIC] boolean -METHOD isSynthetic() [PUBLIC] boolean -METHOD iterator() Iterator -METHOD metaClass(Closure) MetaClass -METHOD mixin(Class) void -METHOD mixin(Class[]) void -METHOD mixin(List) void -METHOD newInstance() [PUBLIC] T -METHOD newInstance(Object[]) Object -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 setMetaClass(MetaClass) 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 toGenericString() [PUBLIC] String -METHOD toString() [PUBLIC] 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 -METHOD y() [PUBLIC] Object -FIELD annotatedInterfaces [PUBLIC] AnnotatedType[] -FIELD annotatedSuperclass [PUBLIC] AnnotatedType -FIELD annotation [PUBLIC] boolean -FIELD annotations [PUBLIC] Annotation[] -FIELD anonymousClass [PUBLIC] boolean -FIELD array [PUBLIC] boolean -FIELD canonicalName [PUBLIC] String -FIELD class [PUBLIC] Class -FIELD classLoader [PUBLIC] ClassLoader -FIELD classes [PUBLIC] Class[] -FIELD componentType [PUBLIC] Class -FIELD constructors [PUBLIC] Constructor[] -FIELD declaredAnnotations [PUBLIC] Annotation[] -FIELD declaredClasses [PUBLIC] Class[] -FIELD declaredConstructors [PUBLIC] Constructor[] -FIELD declaredFields [PUBLIC] Field[] -FIELD declaredMethods [PUBLIC] Method[] -FIELD declaringClass [PUBLIC] Class -FIELD enclosingClass [PUBLIC] Class -FIELD enclosingConstructor [PUBLIC] Constructor -FIELD enclosingMethod [PUBLIC] Method -FIELD enum [PUBLIC] boolean -FIELD enumConstants [PUBLIC] Object[] -FIELD fields [PUBLIC] Field[] -FIELD genericInterfaces [PUBLIC] Type[] -FIELD genericSuperclass [PUBLIC] Type -FIELD instance [STATIC, Singleton3 -FIELD interface [PUBLIC] boolean -FIELD interfaces [PUBLIC] Class[] -FIELD localClass [PUBLIC] boolean -FIELD memberClass [PUBLIC] boolean -FIELD methods [PUBLIC] Method[] -FIELD modifiers [PUBLIC] int -FIELD module [PUBLIC] Module -FIELD name [PUBLIC] String -FIELD nestHost [PUBLIC] Class -FIELD nestMembers [PUBLIC] Class[] -FIELD package [PUBLIC] Package -FIELD packageName [PUBLIC] String -FIELD primitive [PUBLIC] boolean -FIELD protectionDomain [PUBLIC] ProtectionDomain -FIELD record [PUBLIC] boolean -FIELD recordComponents [PUBLIC] RecordComponent[] -FIELD simpleName [PUBLIC] String -FIELD superclass [PUBLIC] Class -FIELD synthetic [PUBLIC] boolean -FIELD typeName [PUBLIC] String -FIELD typeParameters [PUBLIC] TypeVariable[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.15.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.15.completion deleted file mode 100644 index 05834558b690..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.15.completion +++ /dev/null @@ -1,214 +0,0 @@ -Code completion result for source line: -Singleton3.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD arrayType() [PUBLIC] Class -METHOD asBoolean() boolean -METHOD asSubclass(Class) [PUBLIC] Class -METHOD asType(Class) Object -METHOD cast(Object) [PUBLIC] T -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD componentType() [PUBLIC] Class -METHOD describeConstable() [PUBLIC] Optional -METHOD descriptorString() [PUBLIC] String -METHOD desiredAssertionStatus() [PUBLIC] boolean -METHOD dump() String -METHOD each(Closure) Object -METHOD eachWithIndex(Closure) Object -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -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 forName(Module, String) [STATIC, Class -METHOD forName(String) [STATIC, Class -METHOD forName(String, boolean, Class [STATIC, Class -METHOD getAnnotatedInterfaces() [PUBLIC] AnnotatedType[] -METHOD getAnnotatedSuperclass() [PUBLIC] AnnotatedType -METHOD getAnnotation(Class) [PUBLIC] A -METHOD getAnnotations() [PUBLIC] Annotation[] -METHOD getAnnotationsByType(Class) [PUBLIC] A[] -METHOD getAt(String) Object -METHOD getCanonicalName() [PUBLIC] String -METHOD getClass() [PUBLIC] Class -METHOD getClassLoader() [PUBLIC] ClassLoader -METHOD getClasses() [PUBLIC] Class[] -METHOD getComponentType() [PUBLIC] Class -METHOD getConstructor(Class...) [PUBLIC] Constructor -METHOD getConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredAnnotation(Class [PUBLIC] A -METHOD getDeclaredAnnotations() [PUBLIC] Annotation[] -METHOD getDeclaredAnnotationsByType(C [PUBLIC] A[] -METHOD getDeclaredClasses() [PUBLIC] Class[] -METHOD getDeclaredConstructor(Class -METHOD getDeclaredConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredField(String) [PUBLIC] Field -METHOD getDeclaredFields() [PUBLIC] Field[] -METHOD getDeclaredMethod(String, Clas [PUBLIC] Method -METHOD getDeclaredMethods() [PUBLIC] Method[] -METHOD getDeclaringClass() [PUBLIC] Class -METHOD getEnclosingClass() [PUBLIC] Class -METHOD getEnclosingConstructor() [PUBLIC] Constructor -METHOD getEnclosingMethod() [PUBLIC] Method -METHOD getEnumConstants() [PUBLIC] T[] -METHOD getField(String) [PUBLIC] Field -METHOD getFields() [PUBLIC] Field[] -METHOD getGenericInterfaces() [PUBLIC] Type[] -METHOD getGenericSuperclass() [PUBLIC] Type -METHOD getGroovydoc() Groovydoc -METHOD getInstance() [STATIC, Singleton3 -METHOD getInterfaces() [PUBLIC] Class[] -METHOD getLocation() URL -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getMethod(String, Class...) [PUBLIC] Method -METHOD getMethods() [PUBLIC] Method[] -METHOD getModifiers() [PUBLIC] int -METHOD getModule() [PUBLIC] Module -METHOD getName() [PUBLIC] String -METHOD getNestHost() [PUBLIC] Class -METHOD getNestMembers() [PUBLIC] Class[] -METHOD getPackage() [PUBLIC] Package -METHOD getPackageName() [PUBLIC] String -METHOD getProperties() Map -METHOD getProtectionDomain() [PUBLIC] ProtectionDomain -METHOD getRecordComponents() [PUBLIC] RecordComponent[] -METHOD getResource(String) [PUBLIC] URL -METHOD getResourceAsStream(String) [PUBLIC] InputStream -METHOD getSigners() [PUBLIC] Object[] -METHOD getSimpleName() [PUBLIC] String -METHOD getSuperclass() [PUBLIC] Class -METHOD getTypeName() [PUBLIC] String -METHOD getTypeParameters() [PUBLIC] TypeVariable>[] -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 isAnnotation() [PUBLIC] boolean -METHOD isAnnotationPresent(Class) [PUBLIC] boolean -METHOD isCase(Object) boolean -METHOD isEnum() [PUBLIC] boolean -METHOD isHidden() [PUBLIC] boolean -METHOD isInstance(Object) [PUBLIC] boolean -METHOD isInterface() [PUBLIC] boolean -METHOD isLocalClass() [PUBLIC] boolean -METHOD isMemberClass() [PUBLIC] boolean -METHOD isNestmateOf(Class) [PUBLIC] boolean -METHOD isPrimitive() [PUBLIC] boolean -METHOD isRecord() [PUBLIC] boolean -METHOD isSealed() [PUBLIC] boolean -METHOD isSynthetic() [PUBLIC] boolean -METHOD iterator() Iterator -METHOD metaClass(Closure) MetaClass -METHOD mixin(Class) void -METHOD mixin(Class[]) void -METHOD mixin(List) void -METHOD newInstance() [PUBLIC] T -METHOD newInstance(Object[]) Object -METHOD notify() [PUBLIC] void -METHOD notifyAll() [PUBLIC] void -METHOD permittedSubclasses() [PUBLIC] ClassDesc[] -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 setMetaClass(MetaClass) 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 toGenericString() [PUBLIC] String -METHOD toString() [PUBLIC] 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 -METHOD y() [PUBLIC] Object -FIELD annotatedInterfaces [PUBLIC] AnnotatedType[] -FIELD annotatedSuperclass [PUBLIC] AnnotatedType -FIELD annotation [PUBLIC] boolean -FIELD annotations [PUBLIC] Annotation[] -FIELD anonymousClass [PUBLIC] boolean -FIELD array [PUBLIC] boolean -FIELD canonicalName [PUBLIC] String -FIELD class [PUBLIC] Class -FIELD classLoader [PUBLIC] ClassLoader -FIELD classes [PUBLIC] Class[] -FIELD componentType [PUBLIC] Class -FIELD constructors [PUBLIC] Constructor[] -FIELD declaredAnnotations [PUBLIC] Annotation[] -FIELD declaredClasses [PUBLIC] Class[] -FIELD declaredConstructors [PUBLIC] Constructor[] -FIELD declaredFields [PUBLIC] Field[] -FIELD declaredMethods [PUBLIC] Method[] -FIELD declaringClass [PUBLIC] Class -FIELD enclosingClass [PUBLIC] Class -FIELD enclosingConstructor [PUBLIC] Constructor -FIELD enclosingMethod [PUBLIC] Method -FIELD enum [PUBLIC] boolean -FIELD enumConstants [PUBLIC] Object[] -FIELD fields [PUBLIC] Field[] -FIELD genericInterfaces [PUBLIC] Type[] -FIELD genericSuperclass [PUBLIC] Type -FIELD hidden [PUBLIC] boolean -FIELD instance [STATIC, Singleton3 -FIELD interface [PUBLIC] boolean -FIELD interfaces [PUBLIC] Class[] -FIELD localClass [PUBLIC] boolean -FIELD memberClass [PUBLIC] boolean -FIELD methods [PUBLIC] Method[] -FIELD modifiers [PUBLIC] int -FIELD module [PUBLIC] Module -FIELD name [PUBLIC] String -FIELD nestHost [PUBLIC] Class -FIELD nestMembers [PUBLIC] Class[] -FIELD package [PUBLIC] Package -FIELD packageName [PUBLIC] String -FIELD primitive [PUBLIC] boolean -FIELD protectionDomain [PUBLIC] ProtectionDomain -FIELD record [PUBLIC] boolean -FIELD recordComponents [PUBLIC] RecordComponent[] -FIELD sealed [PUBLIC] boolean -FIELD simpleName [PUBLIC] String -FIELD superclass [PUBLIC] Class -FIELD synthetic [PUBLIC] boolean -FIELD typeName [PUBLIC] String -FIELD typeParameters [PUBLIC] TypeVariable[] \ No newline at end of file diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.16.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.21.completion similarity index 97% rename from groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.16.completion rename to groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.21.completion index 89bb7fb67ae1..f75c62f91029 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.16.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.21.completion @@ -2,6 +2,7 @@ Code completion result for source line: Singleton3.| (QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------ +METHOD accessFlags() [PUBLIC] Set METHOD addShutdownHook(Closure) void METHOD any() boolean METHOD any(Closure) boolean @@ -25,8 +26,8 @@ METHOD every() boolean METHOD every(Closure) boolean METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List @@ -123,6 +124,7 @@ METHOD isPrimitive() [PUBLIC] boolean METHOD isRecord() [PUBLIC] boolean METHOD isSealed() [PUBLIC] boolean METHOD isSynthetic() [PUBLIC] boolean +METHOD isUnnamedClass() [PUBLIC] boolean METHOD iterator() Iterator METHOD metaClass(Closure) MetaClass METHOD mixin(Class) void @@ -213,3 +215,4 @@ FIELD superclass [PUBLIC] Class FIELD synthetic [PUBLIC] boolean FIELD typeName [PUBLIC] String FIELD typeParameters [PUBLIC] TypeVariable[] +FIELD unnamedClass [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.9.completion deleted file mode 100644 index e8dee6629eba..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.9.completion +++ /dev/null @@ -1,196 +0,0 @@ -Code completion result for source line: -Singleton3.| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -METHOD addShutdownHook(Closure) void -METHOD any() boolean -METHOD any(Closure) boolean -METHOD asBoolean() boolean -METHOD asSubclass(Class) [PUBLIC] Class -METHOD asType(Class) Object -METHOD cast(Object) [PUBLIC] T -METHOD collect() Collection -METHOD collect(Closure) List -METHOD collect(Collection, Closure) Collection -METHOD desiredAssertionStatus() [PUBLIC] boolean -METHOD dump() String -METHOD each(Closure) Object -METHOD eachWithIndex(Closure) Object -METHOD equals(Object) [PUBLIC] boolean -METHOD every() boolean -METHOD every(Closure) boolean -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 forName(Module, String) [STATIC, Class -METHOD forName(String) [STATIC, Class -METHOD forName(String, boolean, Class [STATIC, Class -METHOD getAnnotatedInterfaces() [PUBLIC] AnnotatedType[] -METHOD getAnnotatedSuperclass() [PUBLIC] AnnotatedType -METHOD getAnnotation(Class) [PUBLIC] A -METHOD getAnnotations() [PUBLIC] Annotation[] -METHOD getAnnotationsByType(Class) [PUBLIC] A[] -METHOD getAt(String) Object -METHOD getCanonicalName() [PUBLIC] String -METHOD getClass() [PUBLIC] Class -METHOD getClassLoader() [PUBLIC] ClassLoader -METHOD getClasses() [PUBLIC] Class[] -METHOD getComponentType() [PUBLIC] Class -METHOD getConstructor(Class...) [PUBLIC] Constructor -METHOD getConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredAnnotation(Class [PUBLIC] A -METHOD getDeclaredAnnotations() [PUBLIC] Annotation[] -METHOD getDeclaredAnnotationsByType(C [PUBLIC] A[] -METHOD getDeclaredClasses() [PUBLIC] Class[] -METHOD getDeclaredConstructor(Class -METHOD getDeclaredConstructors() [PUBLIC] Constructor[] -METHOD getDeclaredField(String) [PUBLIC] Field -METHOD getDeclaredFields() [PUBLIC] Field[] -METHOD getDeclaredMethod(String, Clas [PUBLIC] Method -METHOD getDeclaredMethods() [PUBLIC] Method[] -METHOD getDeclaringClass() [PUBLIC] Class -METHOD getEnclosingClass() [PUBLIC] Class -METHOD getEnclosingConstructor() [PUBLIC] Constructor -METHOD getEnclosingMethod() [PUBLIC] Method -METHOD getEnumConstants() [PUBLIC] T[] -METHOD getField(String) [PUBLIC] Field -METHOD getFields() [PUBLIC] Field[] -METHOD getGenericInterfaces() [PUBLIC] Type[] -METHOD getGenericSuperclass() [PUBLIC] Type -METHOD getGroovydoc() Groovydoc -METHOD getInstance() [STATIC, Singleton3 -METHOD getInterfaces() [PUBLIC] Class[] -METHOD getLocation() URL -METHOD getMetaClass() MetaClass -METHOD getMetaPropertyValues() List -METHOD getMethod(String, Class...) [PUBLIC] Method -METHOD getMethods() [PUBLIC] Method[] -METHOD getModifiers() [PUBLIC] int -METHOD getModule() [PUBLIC] Module -METHOD getName() [PUBLIC] String -METHOD getPackage() [PUBLIC] Package -METHOD getPackageName() [PUBLIC] String -METHOD getProperties() Map -METHOD getProtectionDomain() [PUBLIC] ProtectionDomain -METHOD getResource(String) [PUBLIC] URL -METHOD getResourceAsStream(String) [PUBLIC] InputStream -METHOD getSigners() [PUBLIC] Object[] -METHOD getSimpleName() [PUBLIC] String -METHOD getSuperclass() [PUBLIC] Class -METHOD getTypeName() [PUBLIC] String -METHOD getTypeParameters() [PUBLIC] TypeVariable>[] -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 isAnnotation() [PUBLIC] boolean -METHOD isAnnotationPresent(Class) [PUBLIC] boolean -METHOD isCase(Object) boolean -METHOD isEnum() [PUBLIC] boolean -METHOD isInstance(Object) [PUBLIC] boolean -METHOD isInterface() [PUBLIC] boolean -METHOD isLocalClass() [PUBLIC] boolean -METHOD isMemberClass() [PUBLIC] boolean -METHOD isPrimitive() [PUBLIC] boolean -METHOD isSynthetic() [PUBLIC] boolean -METHOD iterator() Iterator -METHOD metaClass(Closure) MetaClass -METHOD mixin(Class) void -METHOD mixin(Class[]) void -METHOD mixin(List) void -METHOD newInstance() [PUBLIC] T -METHOD newInstance(Object[]) Object -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 setMetaClass(MetaClass) 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 toGenericString() [PUBLIC] String -METHOD toString() [PUBLIC] 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 -METHOD y() [PUBLIC] Object -FIELD annotatedInterfaces [PUBLIC] AnnotatedType[] -FIELD annotatedSuperclass [PUBLIC] AnnotatedType -FIELD annotation [PUBLIC] boolean -FIELD annotations [PUBLIC] Annotation[] -FIELD anonymousClass [PUBLIC] boolean -FIELD array [PUBLIC] boolean -FIELD canonicalName [PUBLIC] String -FIELD class [PUBLIC] Class -FIELD classLoader [PUBLIC] ClassLoader -FIELD classes [PUBLIC] Class[] -FIELD componentType [PUBLIC] Class -FIELD constructors [PUBLIC] Constructor[] -FIELD declaredAnnotations [PUBLIC] Annotation[] -FIELD declaredClasses [PUBLIC] Class[] -FIELD declaredConstructors [PUBLIC] Constructor[] -FIELD declaredFields [PUBLIC] Field[] -FIELD declaredMethods [PUBLIC] Method[] -FIELD declaringClass [PUBLIC] Class -FIELD enclosingClass [PUBLIC] Class -FIELD enclosingConstructor [PUBLIC] Constructor -FIELD enclosingMethod [PUBLIC] Method -FIELD enum [PUBLIC] boolean -FIELD enumConstants [PUBLIC] Object[] -FIELD fields [PUBLIC] Field[] -FIELD genericInterfaces [PUBLIC] Type[] -FIELD genericSuperclass [PUBLIC] Type -FIELD instance [STATIC, Singleton3 -FIELD interface [PUBLIC] boolean -FIELD interfaces [PUBLIC] Class[] -FIELD localClass [PUBLIC] boolean -FIELD memberClass [PUBLIC] boolean -FIELD methods [PUBLIC] Method[] -FIELD modifiers [PUBLIC] int -FIELD module [PUBLIC] Module -FIELD name [PUBLIC] String -FIELD package [PUBLIC] Package -FIELD packageName [PUBLIC] String -FIELD primitive [PUBLIC] boolean -FIELD protectionDomain [PUBLIC] ProtectionDomain -FIELD simpleName [PUBLIC] String -FIELD superclass [PUBLIC] Class -FIELD synthetic [PUBLIC] boolean -FIELD typeName [PUBLIC] String -FIELD typeParameters [PUBLIC] TypeVariable[] diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.completion index dd78bcbbb2b0..2cf1ace54f6e 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/transformations/singleton3/Singleton3.groovy.testSingleton3_withoutPrefix.completion @@ -5,6 +5,7 @@ Singleton3.| METHOD addShutdownHook(Closure) void METHOD any() boolean METHOD any(Closure) boolean +METHOD arrayType() [PUBLIC] Class METHOD asBoolean() boolean METHOD asSubclass(Class) [PUBLIC] Class METHOD asType(Class) Object @@ -12,6 +13,9 @@ METHOD cast(Object) [PUBLIC] T METHOD collect() Collection METHOD collect(Closure) List METHOD collect(Collection, Closure) Collection +METHOD componentType() [PUBLIC] Class +METHOD describeConstable() [PUBLIC] Optional +METHOD descriptorString() [PUBLIC] String METHOD desiredAssertionStatus() [PUBLIC] boolean METHOD dump() String METHOD each(Closure) Object @@ -21,8 +25,8 @@ METHOD every() boolean METHOD every(Closure) boolean METHOD find() Object METHOD find(Closure) Object -METHOD findAll() Collection -METHOD findAll(Closure) Collection +METHOD findAll() List +METHOD findAll(Closure) List METHOD findIndexOf(Closure) int METHOD findIndexOf(int, Closure) int METHOD findIndexValues(Closure) List @@ -31,6 +35,7 @@ METHOD findLastIndexOf(Closure) int METHOD findLastIndexOf(int, Closure) int METHOD findResult(Closure) Object METHOD findResult(Object, Closure) Object +METHOD forName(Module, String) [STATIC, Class METHOD forName(String) [STATIC, Class METHOD forName(String, boolean, Class [STATIC, Class METHOD getAnnotatedInterfaces() [PUBLIC] AnnotatedType[] @@ -74,10 +79,16 @@ METHOD getMetaPropertyValues() List METHOD getMethod(String, Class...) [PUBLIC] Method METHOD getMethods() [PUBLIC] Method[] METHOD getModifiers() [PUBLIC] int +METHOD getModule() [PUBLIC] Module METHOD getName() [PUBLIC] String +METHOD getNestHost() [PUBLIC] Class +METHOD getNestMembers() [PUBLIC] Class[] METHOD getPackage() [PUBLIC] Package +METHOD getPackageName() [PUBLIC] String +METHOD getPermittedSubclasses() [PUBLIC] Class[] METHOD getProperties() Map METHOD getProtectionDomain() [PUBLIC] ProtectionDomain +METHOD getRecordComponents() [PUBLIC] RecordComponent[] METHOD getResource(String) [PUBLIC] URL METHOD getResourceAsStream(String) [PUBLIC] InputStream METHOD getSigners() [PUBLIC] Object[] @@ -102,11 +113,15 @@ METHOD isArray() [PUBLIC] boolean METHOD isAssignableFrom(Class) [PUBLIC] boolean METHOD isCase(Object) boolean METHOD isEnum() [PUBLIC] boolean +METHOD isHidden() [PUBLIC] boolean METHOD isInstance(Object) [PUBLIC] boolean METHOD isInterface() [PUBLIC] boolean METHOD isLocalClass() [PUBLIC] boolean METHOD isMemberClass() [PUBLIC] boolean +METHOD isNestmateOf(Class) [PUBLIC] boolean METHOD isPrimitive() [PUBLIC] boolean +METHOD isRecord() [PUBLIC] boolean +METHOD isSealed() [PUBLIC] boolean METHOD isSynthetic() [PUBLIC] boolean METHOD iterator() Iterator METHOD metaClass(Closure) MetaClass @@ -173,6 +188,7 @@ FIELD enumConstants [PUBLIC] Object[] FIELD fields [PUBLIC] Field[] FIELD genericInterfaces [PUBLIC] Type[] FIELD genericSuperclass [PUBLIC] Type +FIELD hidden [PUBLIC] boolean FIELD instance [STATIC, Singleton3 FIELD interface [PUBLIC] boolean FIELD interfaces [PUBLIC] Class[] @@ -180,11 +196,18 @@ FIELD localClass [PUBLIC] boolean FIELD memberClass [PUBLIC] boolean FIELD methods [PUBLIC] Method[] FIELD modifiers [PUBLIC] int +FIELD module [PUBLIC] Module FIELD name [PUBLIC] String +FIELD nestHost [PUBLIC] Class +FIELD nestMembers [PUBLIC] Class[] FIELD package [PUBLIC] Package +FIELD packageName [PUBLIC] String +FIELD permittedSubclasses [PUBLIC] Class[] FIELD primitive [PUBLIC] boolean FIELD protectionDomain [PUBLIC] ProtectionDomain -FIELD signers [PUBLIC] Object[] +FIELD record [PUBLIC] boolean +FIELD recordComponents [PUBLIC] RecordComponent[] +FIELD sealed [PUBLIC] boolean FIELD simpleName [PUBLIC] String FIELD superclass [PUBLIC] Class FIELD synthetic [PUBLIC] boolean diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/types/typeCompletion1/TypeCompletion1.groovy.testTypeCompletion1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/types/typeCompletion1/TypeCompletion1.groovy.testTypeCompletion1.completion deleted file mode 100644 index d32bd60f0371..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/types/typeCompletion1/TypeCompletion1.groovy.testTypeCompletion1.completion +++ /dev/null @@ -1,382 +0,0 @@ -Code completion result for source line: -class Bar { |} -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -CLASS AbstractCollection null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AbstractStringBuilder null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS AssertionStatusDirectives null -CLASS Authenticator null -CLASS Bar null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS BitSet null -CLASS Bits null -CLASS Boolean null -CLASS BufferedInputStream null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharacterData00 null -CLASS CharacterData01 null -CLASS CharacterData02 null -CLASS CharacterData0E null -CLASS CharacterDataLatin1 null -CLASS CharacterDataPrivateUse null -CLASS CharacterDataUndefined null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConditionalSpecialCasing null -CLASS ConnectException null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS Currency null -CLASS CurrencyData null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Deprecated null -CLASS Dictionary null -CLASS Double null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS ExpiringCache null -CLASS Externalizable null -CLASS FactoryURLClassLoader null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FilePermissionCollection null -CLASS FileReader null -CLASS FileSystem null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS Foo null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS GregorianCalendar null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IncompatibleClassChangeError null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet4AddressImpl null -CLASS Inet6Address null -CLASS Inet6AddressImpl null -CLASS InetAddress null -CLASS InetAddressContainer null -CLASS InetAddressImpl null -CLASS InetAddressImplFactory null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS Integer null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS JumboEnumSet null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS Locale null -CLASS Long null -CLASS MalformedURLException null -CLASS Map null -CLASS Math null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -CLASS MissingResourceException null -CLASS MulticastSocket null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS Object null -CLASS ObjectInput null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Observable null -CLASS Observer null -CLASS OptionalDataException null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS Parts null -CLASS PasswordAuthentication null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PlainDatagramSocketImpl null -CLASS PlainSocketImpl null -CLASS PortUnreachableException null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS ProcessEnvironment null -CLASS ProcessImpl null -CLASS Properties null -CLASS PropertyPermission null -CLASS PropertyPermissionCollection null -CLASS PropertyResourceBundle null -CLASS ProtocolException null -CLASS Proxy null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS RandomAccessSubList null -CLASS Readable null -CLASS Reader null -CLASS RegularEnumSet null -CLASS ResourceBundle null -CLASS ResourceBundleEnumeration null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS Scanner null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS SequenceInputStream null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS Set null -CLASS Short null -CLASS Shutdown null -CLASS SimpleTimeZone null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketInputStream null -CLASS SocketOptions null -CLASS SocketOutputStream null -CLASS SocketPermission null -CLASS SocketPermissionCollection null -CLASS SocketTimeoutException null -CLASS SocksConsts null -CLASS SocksSocketImpl null -CLASS SortedMap null -CLASS SortedSet null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringCoding null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS SubList null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS SystemClassLoaderAction null -CLASS TaskQueue null -CLASS Terminator null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TimerThread null -CLASS TooManyListenersException null -CLASS TreeMap null -CLASS TreeSet null -CLASS TypeNotPresentException null -CLASS UNIXProcess null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UnixFileSystem null -CLASS UnknownContentHandler null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS WriteAbortedException null -CLASS Writer null -CLASS XMLUtils null -FIELD metaClass MetaClass -KEYWORD boolean null -KEYWORD byte null -KEYWORD char null -KEYWORD def null -KEYWORD double null -KEYWORD final null -KEYWORD float null -KEYWORD int null -KEYWORD long null -KEYWORD native null -KEYWORD private null -KEYWORD property null -KEYWORD protected null -KEYWORD public null -KEYWORD short null -KEYWORD static null -KEYWORD strictfp null -KEYWORD super null -KEYWORD synchronized null -KEYWORD this null -KEYWORD transient null -KEYWORD void null -KEYWORD volatile null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/types/typeCompletion4/TypeCompletion4.groovy.testTypeCompletion4.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/types/typeCompletion4/TypeCompletion4.groovy.testTypeCompletion4.completion index f55f3e09adb7..be21d0b01184 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/types/typeCompletion4/TypeCompletion4.groovy.testTypeCompletion4.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/types/typeCompletion4/TypeCompletion4.groovy.testTypeCompletion4.completion @@ -15,4 +15,4 @@ CLASS Closeable null CLASS Closure null CLASS ClosureComparator null CLASS ClosureException null -CLASS ClosureInvokingMethod null \ No newline at end of file +CLASS ClosureInvokingMethod null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables1/Variables1.groovy.testVariables1_1.9.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables1/Variables1.groovy.testVariables1_1.9.completion deleted file mode 100644 index 13d0ea071355..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables1/Variables1.groovy.testVariables1_1.9.completion +++ /dev/null @@ -1,67 +0,0 @@ -Code completion result for source line: -i| -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalCallerException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IllformedLocaleException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS IntSummaryStatistics null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -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 -VARIABLE it Object -VARIABLE item List -VARIABLE ito Object -VARIABLE itom Object -KEYWORD if null -KEYWORD in null -KEYWORD instanceof null -KEYWORD int null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables1/Variables1.groovy.testVariables1_1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables1/Variables1.groovy.testVariables1_1.completion index 57f39e814b2c..13d0ea071355 100644 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables1/Variables1.groovy.testVariables1_1.completion +++ b/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables1/Variables1.groovy.testVariables1_1.completion @@ -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 diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables3/Variables3.groovy.testVariables3_1.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables3/Variables3.groovy.testVariables3_1.completion deleted file mode 100644 index 9b7acc55ffdf..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables3/Variables3.groovy.testVariables3_1.completion +++ /dev/null @@ -1,503 +0,0 @@ -Code completion result for source line: -println "Hello $name!" | -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarcommonscli null -PACKAGE java null -PACKAGE javax null -PACKAGE org null -PACKAGE sun null -PACKAGE sunw null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS AllTestSuite null -CLASS AntBuilder null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BufferedInputStream null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS CliBuilder null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatingMetaClass null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS GString null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyLogTestCase null -CLASS GroovyMBean null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovyShellTestCase null -CLASS GroovySystem null -CLASS GroovyTestCase null -CLASS GroovyTestSuite null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS JavadocAssertionTestBuilder null -CLASS JavadocAssertionTestSuite null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS Locale null -CLASS Long null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -CLASS MissingMethodException null -CLASS MissingPropertyException null -CLASS MissingResourceException null -CLASS Mixin null -CLASS MulticastSocket null -CLASS MutableMetaClass null -CLASS NavigableMap null -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS Observer null -CLASS OptionAccessor null -CLASS OptionalDataException null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Reference null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Test null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Variables1 null -CLASS Variables2 null -CLASS Variables3 null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -CLASS XmlNodePrinter null -CLASS XmlParser null -CLASS XmlSlurper null -FIELD binding Binding -FIELD class Class -FIELD metaClass MetaClass -VARIABLE name Object -KEYWORD assert null -KEYWORD boolean null -KEYWORD break null -KEYWORD byte null -KEYWORD case null -KEYWORD catch null -KEYWORD char null -KEYWORD continue null -KEYWORD def null -KEYWORD default null -KEYWORD do null -KEYWORD double null -KEYWORD else null -KEYWORD extends null -KEYWORD final null -KEYWORD finally null -KEYWORD float null -KEYWORD for null -KEYWORD if null -KEYWORD in null -KEYWORD instanceof null -KEYWORD int null -KEYWORD long null -KEYWORD native null -KEYWORD new null -KEYWORD private null -KEYWORD property null -KEYWORD protected null -KEYWORD public null -KEYWORD return null -KEYWORD short null -KEYWORD static null -KEYWORD strictfp null -KEYWORD super null -KEYWORD switch null -KEYWORD synchronized null -KEYWORD this null -KEYWORD throw null -KEYWORD transient null -KEYWORD try null -KEYWORD void null -KEYWORD volatile null -KEYWORD while null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables3/Variables3.groovy.testVariables3_2.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables3/Variables3.groovy.testVariables3_2.completion deleted file mode 100644 index 63788a5791a4..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables3/Variables3.groovy.testVariables3_2.completion +++ /dev/null @@ -1,503 +0,0 @@ -Code completion result for source line: -x | -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarcommonscli null -PACKAGE java null -PACKAGE javax null -PACKAGE org null -PACKAGE sun null -PACKAGE sunw null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS AllTestSuite null -CLASS AntBuilder null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BufferedInputStream null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS CliBuilder null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatingMetaClass null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS GString null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyLogTestCase null -CLASS GroovyMBean null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovyShellTestCase null -CLASS GroovySystem null -CLASS GroovyTestCase null -CLASS GroovyTestSuite null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS JavadocAssertionTestBuilder null -CLASS JavadocAssertionTestSuite null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS Locale null -CLASS Long null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -CLASS MissingMethodException null -CLASS MissingPropertyException null -CLASS MissingResourceException null -CLASS Mixin null -CLASS MulticastSocket null -CLASS MutableMetaClass null -CLASS NavigableMap null -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS Observer null -CLASS OptionAccessor null -CLASS OptionalDataException null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Reference null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Test null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Variables1 null -CLASS Variables2 null -CLASS Variables3 null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -CLASS XmlNodePrinter null -CLASS XmlParser null -CLASS XmlSlurper null -FIELD binding Binding -FIELD class Class -FIELD metaClass MetaClass -VARIABLE test Integer -KEYWORD assert null -KEYWORD boolean null -KEYWORD break null -KEYWORD byte null -KEYWORD case null -KEYWORD catch null -KEYWORD char null -KEYWORD continue null -KEYWORD def null -KEYWORD default null -KEYWORD do null -KEYWORD double null -KEYWORD else null -KEYWORD extends null -KEYWORD final null -KEYWORD finally null -KEYWORD float null -KEYWORD for null -KEYWORD if null -KEYWORD in null -KEYWORD instanceof null -KEYWORD int null -KEYWORD long null -KEYWORD native null -KEYWORD new null -KEYWORD private null -KEYWORD property null -KEYWORD protected null -KEYWORD public null -KEYWORD return null -KEYWORD short null -KEYWORD static null -KEYWORD strictfp null -KEYWORD super null -KEYWORD switch null -KEYWORD synchronized null -KEYWORD this null -KEYWORD throw null -KEYWORD transient null -KEYWORD try null -KEYWORD void null -KEYWORD volatile null -KEYWORD while null diff --git a/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables3/Variables3.groovy.testVariables3_3.completion b/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables3/Variables3.groovy.testVariables3_3.completion deleted file mode 100644 index 90f2c8609517..000000000000 --- a/groovy/groovy.editor/test/unit/data/testfiles/completion/variables/variables3/Variables3.groovy.testVariables3_3.completion +++ /dev/null @@ -1,482 +0,0 @@ -Code completion result for source line: -def x | -(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true) ------------------------------------- -PACKAGE com null -PACKAGE groovy null -PACKAGE groovyjarjarantlr null -PACKAGE groovyjarjarasm null -PACKAGE groovyjarjarcommonscli null -PACKAGE java null -PACKAGE javax null -PACKAGE org null -PACKAGE sun null -PACKAGE sunw null -CLASS AbstractCollection null -CLASS AbstractFactory null -CLASS AbstractList null -CLASS AbstractMap null -CLASS AbstractMethodError null -CLASS AbstractQueue null -CLASS AbstractSequentialList null -CLASS AbstractSet null -CLASS AdaptingMetaClass null -CLASS AllTestSuite null -CLASS AntBuilder null -CLASS Appendable null -CLASS ArithmeticException null -CLASS ArrayDeque null -CLASS ArrayIndexOutOfBoundsException null -CLASS ArrayList null -CLASS ArrayStoreException null -CLASS Arrays null -CLASS AssertionError null -CLASS Authenticator null -CLASS BenchmarkInterceptor null -CLASS BigDecimal null -CLASS BigInteger null -CLASS BindException null -CLASS Binding null -CLASS BitSet null -CLASS Boolean null -CLASS BufferedInputStream null -CLASS BufferedOutputStream null -CLASS BufferedReader null -CLASS BufferedWriter null -CLASS Buildable null -CLASS BuilderSupport null -CLASS Byte null -CLASS ByteArrayInputStream null -CLASS ByteArrayOutputStream null -CLASS CacheRequest null -CLASS CacheResponse null -CLASS Calendar null -CLASS Category null -CLASS CharArrayReader null -CLASS CharArrayWriter null -CLASS CharConversionException null -CLASS CharSequence null -CLASS Character null -CLASS CharsetToolkit null -CLASS Class null -CLASS ClassCastException null -CLASS ClassCircularityError null -CLASS ClassFormatError null -CLASS ClassLoader null -CLASS ClassNotFoundException null -CLASS CliBuilder null -CLASS CloneNotSupportedException null -CLASS Cloneable null -CLASS Closeable null -CLASS Closure null -CLASS ClosureComparator null -CLASS ClosureException null -CLASS ClosureInvokingMethod null -CLASS Collection null -CLASS Collections null -CLASS Comparable null -CLASS Comparator null -CLASS Compiler null -CLASS ConcurrentModificationExceptio null -CLASS ConfigBinding null -CLASS ConfigObject null -CLASS ConfigSlurper null -CLASS ConnectException null -CLASS Console null -CLASS ContentHandler null -CLASS ContentHandlerFactory null -CLASS CookieHandler null -CLASS CookieManager null -CLASS CookiePolicy null -CLASS CookieStore null -CLASS Currency null -CLASS DataInput null -CLASS DataInputStream null -CLASS DataOutput null -CLASS DataOutputStream null -CLASS DatagramPacket null -CLASS DatagramSocket null -CLASS DatagramSocketImpl null -CLASS DatagramSocketImplFactory null -CLASS Date null -CLASS Delegate null -CLASS DelegatingMetaClass null -CLASS Deprecated null -CLASS DeprecationException null -CLASS Deque null -CLASS Dictionary null -CLASS Double null -CLASS DuplicateFormatFlagsException null -CLASS EOFException null -CLASS EmptyRange null -CLASS EmptyStackException null -CLASS Enum null -CLASS EnumConstantNotPresentExceptio null -CLASS EnumMap null -CLASS EnumSet null -CLASS Enumeration null -CLASS Error null -CLASS Eval null -CLASS EventListener null -CLASS EventListenerProxy null -CLASS EventObject null -CLASS Exception null -CLASS ExceptionInInitializerError null -CLASS Expando null -CLASS ExpandoMetaClass null -CLASS ExpandoMetaClassCreationHandle null -CLASS Externalizable null -CLASS Factory null -CLASS FactoryBuilderSupport null -CLASS File null -CLASS FileDescriptor null -CLASS FileFilter null -CLASS FileInputStream null -CLASS FileNameByRegexFinder null -CLASS FileNameFinder null -CLASS FileNameMap null -CLASS FileNotFoundException null -CLASS FileOutputStream null -CLASS FilePermission null -CLASS FileReader null -CLASS FileWriter null -CLASS FilenameFilter null -CLASS FilterInputStream null -CLASS FilterOutputStream null -CLASS FilterReader null -CLASS FilterWriter null -CLASS Float null -CLASS Flushable null -CLASS FormatFlagsConversionMismatchE null -CLASS Formattable null -CLASS FormattableFlags null -CLASS Formatter null -CLASS FormatterClosedException null -CLASS GString null -CLASS Grab null -CLASS GrabConfig null -CLASS GrabExclude null -CLASS GrabResolver null -CLASS Grapes null -CLASS GregorianCalendar null -CLASS GroovyCallable null -CLASS GroovyClassLoader null -CLASS GroovyCodeSource null -CLASS GroovyCollections null -CLASS GroovyInterceptable null -CLASS GroovyLogTestCase null -CLASS GroovyMBean null -CLASS GroovyObject null -CLASS GroovyObjectSupport null -CLASS GroovyResourceLoader null -CLASS GroovyRuntimeException null -CLASS GroovyScriptEngine null -CLASS GroovyShell null -CLASS GroovyShellTestCase null -CLASS GroovySystem null -CLASS GroovyTestCase null -CLASS GroovyTestSuite null -CLASS HashMap null -CLASS HashSet null -CLASS Hashtable null -CLASS HttpCookie null -CLASS HttpRetryException null -CLASS HttpURLConnection null -CLASS IDN null -CLASS IFileNameFinder null -CLASS IOError null -CLASS IOException null -CLASS IdentityHashMap null -CLASS IllegalAccessError null -CLASS IllegalAccessException null -CLASS IllegalArgumentException null -CLASS IllegalFormatCodePointExceptio null -CLASS IllegalFormatConversionExcepti null -CLASS IllegalFormatException null -CLASS IllegalFormatFlagsException null -CLASS IllegalFormatPrecisionExceptio null -CLASS IllegalFormatWidthException null -CLASS IllegalMonitorStateException null -CLASS IllegalPropertyAccessException null -CLASS IllegalStateException null -CLASS IllegalThreadStateException null -CLASS IncompatibleClassChangeError null -CLASS IncorrectClosureArgumentsExcep null -CLASS IndentPrinter null -CLASS IndexOutOfBoundsException null -CLASS Inet4Address null -CLASS Inet6Address null -CLASS InetAddress null -CLASS InetSocketAddress null -CLASS InheritableThreadLocal null -CLASS InputMismatchException null -CLASS InputStream null -CLASS InputStreamReader null -CLASS InstantiationError null -CLASS InstantiationException null -CLASS IntRange null -CLASS Integer null -CLASS Interceptor null -CLASS InterfaceAddress null -CLASS InternalError null -CLASS InterruptedException null -CLASS InterruptedIOException null -CLASS InvalidClassException null -CLASS InvalidObjectException null -CLASS InvalidPropertiesFormatExcepti null -CLASS Iterable null -CLASS Iterator null -CLASS JarURLConnection null -CLASS JavadocAssertionTestBuilder null -CLASS JavadocAssertionTestSuite null -CLASS Lazy null -CLASS LineNumberInputStream null -CLASS LineNumberReader null -CLASS LinkageError null -CLASS LinkedHashMap null -CLASS LinkedHashSet null -CLASS LinkedList null -CLASS List null -CLASS ListIterator null -CLASS ListResourceBundle null -CLASS Locale null -CLASS Long null -CLASS MalformedURLException null -CLASS Map null -CLASS MapEntry null -CLASS MapWithDefault null -CLASS Math null -CLASS MetaArrayLengthProperty null -CLASS MetaBeanProperty null -CLASS MetaClass null -CLASS MetaClassImpl null -CLASS MetaClassRegistry null -CLASS MetaClassRegistryChangeEvent null -CLASS MetaClassRegistryChangeEventLi null -CLASS MetaExpandoProperty null -CLASS MetaMethod null -CLASS MetaObjectProtocol null -CLASS MetaProperty null -CLASS MissingClassException null -CLASS MissingFieldException null -CLASS MissingFormatArgumentException null -CLASS MissingFormatWidthException null -CLASS MissingMethodException null -CLASS MissingPropertyException null -CLASS MissingResourceException null -CLASS Mixin null -CLASS MulticastSocket null -CLASS MutableMetaClass null -CLASS NavigableMap null -CLASS NavigableSet null -CLASS NegativeArraySizeException null -CLASS NetPermission null -CLASS NetworkInterface null -CLASS Newify null -CLASS NoClassDefFoundError null -CLASS NoRouteToHostException null -CLASS NoSuchElementException null -CLASS NoSuchFieldError null -CLASS NoSuchFieldException null -CLASS NoSuchMethodError null -CLASS NoSuchMethodException null -CLASS Node null -CLASS NodeBuilder null -CLASS NodeList null -CLASS NodePrinter null -CLASS NonEmptySequence null -CLASS NotActiveException null -CLASS NotSerializableException null -CLASS NullPointerException null -CLASS Number null -CLASS NumberFormatException null -CLASS Object null -CLASS ObjectGraphBuilder null -CLASS ObjectInput null -CLASS ObjectInputStream null -CLASS ObjectInputValidation null -CLASS ObjectOutput null -CLASS ObjectOutputStream null -CLASS ObjectRange null -CLASS ObjectStreamClass null -CLASS ObjectStreamConstants null -CLASS ObjectStreamException null -CLASS ObjectStreamField null -CLASS Observable null -CLASS ObservableList null -CLASS ObservableMap null -CLASS Observer null -CLASS OptionAccessor null -CLASS OptionalDataException null -CLASS OrderBy null -CLASS OutOfMemoryError null -CLASS OutputStream null -CLASS OutputStreamWriter null -CLASS Override null -CLASS Package null -CLASS ParameterArray null -CLASS PasswordAuthentication null -CLASS PermutationGenerator null -CLASS PipedInputStream null -CLASS PipedOutputStream null -CLASS PipedReader null -CLASS PipedWriter null -CLASS PortUnreachableException null -CLASS PrintStream null -CLASS PrintWriter null -CLASS PriorityQueue null -CLASS Process null -CLASS ProcessBuilder null -CLASS Properties null -CLASS PropertyAccessInterceptor null -CLASS PropertyPermission null -CLASS PropertyResourceBundle null -CLASS PropertyValue null -CLASS ProtocolException null -CLASS Proxy null -CLASS Proxy null -CLASS ProxyGenerator null -CLASS ProxyMetaClass null -CLASS ProxySelector null -CLASS PushbackInputStream null -CLASS PushbackReader null -CLASS Queue null -CLASS Random null -CLASS RandomAccess null -CLASS RandomAccessFile null -CLASS Range null -CLASS ReadOnlyPropertyException null -CLASS Readable null -CLASS Reader null -CLASS Reference null -CLASS ResourceBundle null -CLASS ResourceConnector null -CLASS ResourceException null -CLASS ResponseCache null -CLASS Runnable null -CLASS Runtime null -CLASS RuntimeException null -CLASS RuntimePermission null -CLASS Scanner null -CLASS Script null -CLASS ScriptException null -CLASS SecureCacheResponse null -CLASS SecurityException null -CLASS SecurityManager null -CLASS Sequence null -CLASS SequenceInputStream null -CLASS Serializable null -CLASS SerializablePermission null -CLASS ServerSocket null -CLASS ServiceConfigurationError null -CLASS ServiceLoader null -CLASS Set null -CLASS Short null -CLASS SimpleTimeZone null -CLASS Singleton null -CLASS Socket null -CLASS SocketAddress null -CLASS SocketException null -CLASS SocketImpl null -CLASS SocketImplFactory null -CLASS SocketOptions null -CLASS SocketPermission null -CLASS SocketTimeoutException null -CLASS SortedMap null -CLASS SortedSet null -CLASS SpreadListEvaluatingException null -CLASS SpreadMap null -CLASS SpreadMapEvaluatingException null -CLASS Stack null -CLASS StackOverflowError null -CLASS StackTraceElement null -CLASS StreamCorruptedException null -CLASS StreamTokenizer null -CLASS StrictMath null -CLASS String null -CLASS StringBuffer null -CLASS StringBufferInputStream null -CLASS StringBuilder null -CLASS StringIndexOutOfBoundsExceptio null -CLASS StringReader null -CLASS StringTokenizer null -CLASS StringWriter null -CLASS StringWriterIOException null -CLASS SuppressWarnings null -CLASS SyncFailedException null -CLASS System null -CLASS Test null -CLASS Thread null -CLASS ThreadDeath null -CLASS ThreadGroup null -CLASS ThreadLocal null -CLASS Throwable null -CLASS TimeZone null -CLASS Timer null -CLASS TimerTask null -CLASS TooManyListenersException null -CLASS TracingInterceptor null -CLASS TreeMap null -CLASS TreeSet null -CLASS Tuple null -CLASS TypeNotPresentException null -CLASS URI null -CLASS URISyntaxException null -CLASS URL null -CLASS URLClassLoader null -CLASS URLConnection null -CLASS URLDecoder null -CLASS URLEncoder null -CLASS URLStreamHandler null -CLASS URLStreamHandlerFactory null -CLASS UTFDataFormatException null -CLASS UUID null -CLASS UnknownError null -CLASS UnknownFormatConversionExcepti null -CLASS UnknownFormatFlagsException null -CLASS UnknownHostException null -CLASS UnknownServiceException null -CLASS UnsatisfiedLinkError null -CLASS UnsupportedClassVersionError null -CLASS UnsupportedEncodingException null -CLASS UnsupportedOperationException null -CLASS Variables1 null -CLASS Variables2 null -CLASS Variables3 null -CLASS Vector null -CLASS VerifyError null -CLASS VirtualMachineError null -CLASS Void null -CLASS WeakHashMap null -CLASS Writable null -CLASS WriteAbortedException null -CLASS Writer null -CLASS XmlNodePrinter null -CLASS XmlParser null -CLASS XmlSlurper null -FIELD class Class -FIELD metaClass MetaClass -FIELD x [PRIVATE] -KEYWORD boolean null -KEYWORD byte null -KEYWORD char null -KEYWORD def null -KEYWORD double null -KEYWORD final null -KEYWORD float null -KEYWORD int null -KEYWORD long null -KEYWORD native null -KEYWORD private null -KEYWORD property null -KEYWORD protected null -KEYWORD public null -KEYWORD short null -KEYWORD static null -KEYWORD strictfp null -KEYWORD super null -KEYWORD synchronized null -KEYWORD this null -KEYWORD transient null -KEYWORD void null -KEYWORD volatile null diff --git a/groovy/libs.groovy/external/binaries-list b/groovy/libs.groovy/external/binaries-list index 9f1602897289..8eba45ac18ff 100644 --- a/groovy/libs.groovy/external/binaries-list +++ b/groovy/libs.groovy/external/binaries-list @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -43A7ECF3B8A9D7DD9FC8D468AE96B97CFF4616DF org.codehaus.groovy:groovy:3.0.8 -3077166ED6635F777064AD79C8CA080AB8DC3247 org.codehaus.groovy:groovy-ant:3.0.8 +59FA6B2237A01CF380B27CB091D5F095DFE1AC5B org.codehaus.groovy:groovy:3.0.23 +D21A9C81632F804C514D48C45D560B8004890E30 org.codehaus.groovy:groovy-ant:3.0.23 diff --git a/groovy/libs.groovy/external/groovy-3.0.8-license.txt b/groovy/libs.groovy/external/groovy-3.0.23-license.txt similarity index 99% rename from groovy/libs.groovy/external/groovy-3.0.8-license.txt rename to groovy/libs.groovy/external/groovy-3.0.23-license.txt index 524bce7c5264..8bedfc8f1172 100644 --- a/groovy/libs.groovy/external/groovy-3.0.8-license.txt +++ b/groovy/libs.groovy/external/groovy-3.0.23-license.txt @@ -1,6 +1,6 @@ Name: Groovy -Version: 3.0.8 -Files: groovy-3.0.8.jar groovy-ant-3.0.8.jar +Version: 3.0.23 +Files: groovy-3.0.23.jar groovy-ant-3.0.23.jar Description: Groovy Language distribution. License: Apache-2.0-groovy Origin: http://groovy-lang.org/ diff --git a/groovy/libs.groovy/external/groovy-3.0.8-notice.txt b/groovy/libs.groovy/external/groovy-3.0.23-notice.txt similarity index 100% rename from groovy/libs.groovy/external/groovy-3.0.8-notice.txt rename to groovy/libs.groovy/external/groovy-3.0.23-notice.txt diff --git a/groovy/libs.groovy/nbproject/project.properties b/groovy/libs.groovy/nbproject/project.properties index fc223e201749..4b89242302f9 100644 --- a/groovy/libs.groovy/nbproject/project.properties +++ b/groovy/libs.groovy/nbproject/project.properties @@ -23,6 +23,5 @@ javac.compilerargs=-Xlint -Xlint:-serial # For more information, please see http://wiki.netbeans.org/SignatureTest sigtest.gen.fail.on.error=false -#cp.extra=external/groovy-all-2.1.7.jar -release.external/groovy-3.0.8.jar=modules/ext/groovy-3.0.8.jar -release.external/groovy-ant-3.0.8.jar=modules/ext/groovy-ant-3.0.8.jar +release.external/groovy-3.0.23.jar=modules/ext/groovy-3.0.23.jar +release.external/groovy-ant-3.0.23.jar=modules/ext/groovy-ant-3.0.23.jar diff --git a/groovy/libs.groovy/nbproject/project.xml b/groovy/libs.groovy/nbproject/project.xml index a85eed42d526..214653148b01 100644 --- a/groovy/libs.groovy/nbproject/project.xml +++ b/groovy/libs.groovy/nbproject/project.xml @@ -76,12 +76,12 @@ org.codehaus.groovy.transform.trait - ext/groovy-3.0.8.jar - external/groovy-3.0.8.jar + ext/groovy-3.0.23.jar + external/groovy-3.0.23.jar - ext/groovy-ant-3.0.8.jar - external/groovy-ant-3.0.8.jar + ext/groovy-ant-3.0.23.jar + external/groovy-ant-3.0.23.jar diff --git a/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/Bundle.properties b/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/Bundle.properties index 4981faf89ed1..f4588573a5f8 100644 --- a/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/Bundle.properties +++ b/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/Bundle.properties @@ -16,5 +16,5 @@ # under the License. OpenIDE-Module-Name=Groovy Binaries -groovy=Groovy 3.0.8 -groovy-ant=Groovy Ant 3.0.8 +groovy=Groovy 3.0.23 +groovy-ant=Groovy Ant 3.0.23 diff --git a/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/groovy-all.xml b/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/groovy-all.xml index ad836044158b..6d38f96a7fe8 100644 --- a/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/groovy-all.xml +++ b/groovy/libs.groovy/src/org/netbeans/modules/libs/groovy/groovy-all.xml @@ -27,15 +27,15 @@ org/netbeans/modules/libs/groovy/Bundle classpath - jar:nbinst://org.netbeans.modules.libs.groovy/modules/ext/groovy-3.0.8.jar!/ - jar:nbinst://org.netbeans.modules.libs.groovy/modules/ext/groovy-ant-3.0.8.jar!/ + jar:nbinst://org.netbeans.modules.libs.groovy/modules/ext/groovy-3.0.23.jar!/ + jar:nbinst://org.netbeans.modules.libs.groovy/modules/ext/groovy-ant-3.0.23.jar!/ maven-dependencies - org.codehaus.groovy:groovy:3.0.8:jar - org.codehaus.groovy:groovy-ant:3.0.8:jar + org.codehaus.groovy:groovy:3.0.23 + org.codehaus.groovy:groovy-ant:3.0.23