Repository: groovy Updated Branches: refs/heads/master e1f63023f -> a1de78ca0
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/a1de78ca Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/a1de78ca Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/a1de78ca Branch: refs/heads/master Commit: a1de78ca0d5c45fff1896ead87fd2417416f24d9 Parents: e1f6302 Author: pascalschumacher <[email protected]> Authored: Fri Jan 29 22:15:05 2016 +0100 Committer: pascalschumacher <[email protected]> Committed: Fri Jan 29 22:15:05 2016 +0100 ---------------------------------------------------------------------- .../groovy/tools/shell/completion/ReflectionCompletor.groovy | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/a1de78ca/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(',
