[groovy] 04/28: Trivial refactoring: replace with direct class object access

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 141c1bfca95a6aef70b9a7b8c1a875006d679c6c Author: Daniel Sun AuthorDate: Sun Dec 16 23:09:38 2018 +0800

[groovy] branch refine-groovydoc updated (f2a4fc8 -> 9557566)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a change to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git. from f2a4fc8 Extract javadoc via traversing AST new 728b978 Update git repository link in the README

[groovy] 17/28: revert to gradle 4.10.3 to check impact on CI server

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit e30531248fc0db2377d655b2b35da0604fe7ee30 Author: Paul King AuthorDate: Thu Dec 27 12:10:21 2018 +1000

[groovy] 12/28: GROOVY-8931: AstNodeToScriptVisitor - wrong "extends/implements" order (tweak test)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit c7060d136f82c85b7f3cf53b5404a95acf86ed33 Author: Paul King AuthorDate: Tue Dec 18 21:32:17 2018 +1000

[groovy] 06/28: Trivial refactoring: remove unused imports

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 03a5c975af7dba9f205952967b9a0da6a88e94f6 Author: Daniel Sun AuthorDate: Sun Dec 16 23:19:45 2018 +0800

[groovy] 18/28: GROOVY-8843: Fix illegal reflective access within o.c.g.vmplugin.v7.Java7 (closes #811)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit f40f76af134b6d5fd2d466d410ac48ad907e3b15 Author: Paul King AuthorDate: Mon Oct 15 18:12:45 2018 +1000

[groovy] 16/28: GROOVY-7233: Configurable Access Modifier for Log AST Transformations (closes #843)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit f4ad23e37f7d297b5856e593ae93107f89662f88 Author: Joe Wolf AuthorDate: Tue Dec 30 00:28:34 2014 -0500

[groovy] 23/28: cleanup/remove @author tags as per Apache recommended practices for groovy-servlet, groovy-sql

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit b3c9afff74a6cfc82b72db317038f59ed9d51fc8 Author: Paul King AuthorDate: Fri Dec 28 06:14:59 2018 +1000

[groovy] 08/28: GROOVY-7233: Pre-factor some non-consequential changes

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 38e279553fb76db38c90a627a6698e3243c9403d Author: Paul King AuthorDate: Tue Dec 18 10:00:46 2018 +1000

[groovy] 27/28: cleanup/remove @author tags as per Apache recommended practices for groovy-swing (typo)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit da2aabb4a24afb65dfa4fca87ce1275389edfc69 Author: Paul King AuthorDate: Fri Dec 28 14:29:02 2018 +1000

[groovy] 26/28: cleanup/remove @author tags as per Apache recommended practices for groovy-nio, groovy-swing, groovy-templates

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 982c8b1a87bbc0075f3d24cc13cbf970ea471b55 Author: Paul King AuthorDate: Fri Dec 28 13:38:26 2018 +1000

[groovy] 25/28: cleanup/remove @author tags as per Apache recommended practices for groovy-test, groovy-xml, parser-antlr4

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 8a176f21a0be150940c2a2abb5de85dfd1526468 Author: Paul King AuthorDate: Fri Dec 28 09:52:45 2018 +1000

[groovy] 11/28: GROOVY-8931: AstNodeToScriptVisitor - wrong "extends/implements" order

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 6acd8e09f4ffcb6c493bcc2331c6f0591bd3f775 Author: Paul King AuthorDate: Tue Dec 18 20:24:13 2018 +1000

[groovy] 15/28: GROOVY-8935: Provide a @NullCheck AST transformation similar to Lombok's NonNull (closes #845)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 5422c81a4d220e4da2a104859215ad231b6eef68 Author: Paul King AuthorDate: Sat Dec 22 14:18:03 2018 +1000

[groovy] 07/28: GROOVY-8914: Error compiling static inner class that extends some other (static) inner class

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit e96f20bd58cad609cbd23728f57386a7b605b887 Author: Paul King AuthorDate: Mon Dec 17 12:04:54 2018 +1000

[groovy] 21/28: cleanup/remove @author tags as per Apache recommended practices for groovy-groovysh, groovy-macro

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 25a836547037274eb81dde9a9dae765a6b3ac755 Author: Paul King AuthorDate: Thu Dec 27 20:46:29 2018 +1000

[groovy] 14/28: GROOVY-8937: Bump antlr to 4.7.2

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 61ecb74d72d44b02aaebbff5153dfe6f63c6431f Author: Daniel Sun AuthorDate: Sun Dec 23 18:37:05 2018 +0800

[groovy] 09/28: GROOVY-7233: Pre-factor (fix merge glitch)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit f6001784de3ae572cea914f1ad80691f3e0c2e04 Author: Paul King AuthorDate: Tue Dec 18 11:13:54 2018 +1000

[groovy] 19/28: GROOVY-8939: Add methods in StringGroovyMethods for better API Usage (closes #846)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 01b4dbad3f976bf89f67bf7a3563b3c07159db07 Author: Adithyan K AuthorDate: Wed Dec 26 07:24:30 2018 +0530

[groovy] 13/28: GROOVY-8936: NPE occurred when `null` message passed into `MissingPropertyException`(closes #844)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 254c7c8ea20122c4dadb78ab335f4c09f2109833 Author: Jesse Glick AuthorDate: Thu Dec 20 11:43:17 2018 -0500

[groovy] 01/28: Update git repository link in the README

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 728b978d6b9e2d67ca5d8403d50c06c4609c96c1 Author: Daniel Sun AuthorDate: Sat Dec 15 19:42:34 2018 +0800

[groovy] 20/28: cleanup/remove @author tags as per Apache recommended practices for groovy-ant, groovy-console, groovy-groovydoc

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit a924cfdded9797b0d82e7807e7d717f3da3d057a Author: Paul King AuthorDate: Thu Dec 27 20:30:06 2018 +1000

[groovy] 22/28: Fix typos (closes #842)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 77ab47ed2c4b08cd363eaeced16461e1fb1632ad Author: Javier S. López AuthorDate: Sun Dec 16 12:29:37 2018 +0100

[groovy] 02/28: GROOVY-8928: Bump jackson-dataformat-yaml and jackson-databind to 2.9.8

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 59c8f140b4b775caf226e8c52e61585467e616a5 Author: Daniel Sun AuthorDate: Sun Dec 16 21:30:30 2018 +0800

[groovy] 28/28: cleanup/remove @author tags as per Apache recommended practices for groovy-bsf, groovy-jmx, groovy-json, groovy-jsr223

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 95575663ccb34069bd289bfeb57a773fd759d41f Author: Paul King AuthorDate: Fri Dec 28 22:09:24 2018 +1000

[groovy] 03/28: GROOVY-8777/GROOVY-8776: @MapConstructor on inner class in conjunction with @CompileStatic

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 66aadb2624b34ed1b51b081c6adaab0f7706961a Author: Paul King AuthorDate: Sun Dec 16 21:49:20 2018 +1000

[groovy] 24/28: fix typo

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 86f0aae076fe1daeb464266ae1b19f50b88fc618 Author: Paul King AuthorDate: Fri Dec 28 09:17:53 2018 +1000

[groovy] 05/28: Trivial refactoring: remove unnecessary condition

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 20e7c41780a28d6d99c0ea7f4fa8b2c2cf48d656 Author: Daniel Sun AuthorDate: Sun Dec 16 23:17:19 2018 +0800

[groovy] branch refine-groovydoc deleted (was 9557566)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a change to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git. was 9557566 cleanup/remove @author tags as per Apache recommended practices for groovy-bsf, groovy-jmx,

[groovy] branch refine-groovydoc created (now b40dffc)

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a change to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git. at b40dffc Initial commit: refine groovydoc with javaparser This branch includes the following new commits:

[groovy] 01/01: Initial commit: refine groovydoc with javaparser

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit b40dffc3e8310075d58b76d796f169ea920fc4fd Author: Daniel Sun AuthorDate: Sat Dec 29 22:59:51 2018 +0800

[groovy] 10/28: build tweak: move test to use a slightly earlier phase to avoid stray class files from being produced

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git commit 008509fb0f8600c4a0c094424cd913cd973245cb Author: Paul King AuthorDate: Tue Dec 18 16:46:38 2018 +1000

[groovy] branch refine-groovydoc updated: Prepare to compare the result generated by old and new SimpleJavaClassDocAssembler

2018-12-29 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch refine-groovydoc in repository https://gitbox.apache.org/repos/asf/groovy.git The following commit(s) were added to refs/heads/refine-groovydoc by this push: new d8164b3 Prepare to compare