Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 17a41cfae -> 7d5f716f7


GROOVY-7739: Groovsh code-completion should display groovy jdk enhancements of 
java.io.file

Do not display #leftshift


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/7d5f716f
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/7d5f716f
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/7d5f716f

Branch: refs/heads/GROOVY_2_4_X
Commit: 7d5f716f7d321aee2bf7db89b7b34f3ff6165716
Parents: 17a41cf
Author: pascalschumacher <[email protected]>
Authored: Fri Jan 29 22:15:05 2016 +0100
Committer: pascalschumacher <[email protected]>
Committed: Fri Jan 29 22:15:57 2016 +0100

----------------------------------------------------------------------
 .../groovy/tools/shell/completion/ReflectionCompletor.groovy        | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/7d5f716f/subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/completion/ReflectionCompletor.groovy
----------------------------------------------------------------------
diff --git 
a/subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/completion/ReflectionCompletor.groovy
 
b/subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/completion/ReflectionCompletor.groovy
index 86ef981..fc06b2e 100644
--- 
a/subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/completion/ReflectionCompletor.groovy
+++ 
b/subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/completion/ReflectionCompletor.groovy
@@ -484,7 +484,6 @@ class ReflectionCompletor {
                     'eachLine(', 'eachObject(',
                     'filterLine(',
                     'getBytes()', 'getText()',
-                    'leftShift(',
                     'newInputStream()', 'newOutputStream()', 
'newPrintWriter(', 'newReader(', 'newWriter(',
                     'readBytes()', 'readLines(', 'renameTo(',
                     'setBytes(', 'setText(', 'size()', 'splitEachLine(',

Reply via email to