This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git from 7316b23 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 0b0b6c5 Version 3.0 here we come\! new 704b88f refs #2645 upgrade jdk level in project new ba6ea6f fixes #2645: Update jdk level to 1.7 Merge branch 'feature/2645' into develop new a3fba0e refs #3667 can now skip method body parse new 55fe629 fixes #3667: Parser only that is necessary in java files Merge branch 'feature/3667' into develop new 67396a6 refs #3668 can now use diamond syntax in field declarations new 738b17c fixes #3668: Allow to use Diamond in java files Merge branch 'feature/3668' into develop The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 738b17c2e3872c015730c53b202db156738b1f00 Merge: 55fe629 67396a6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Apr 12 13:58:29 2015 +0200 fixes #3668: Allow to use Diamond in java files Merge branch 'feature/3668' into develop commit 67396a686b2d4859a20ee66fe867be94cd9e8de5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Apr 12 13:58:25 2015 +0200 refs #3668 can now use diamond syntax in field declarations commit 55fe6298874ffa354568de8252eb1616d9997553 Merge: ba6ea6f a3fba0e Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Apr 12 13:52:23 2015 +0200 fixes #3667: Parser only that is necessary in java files Merge branch 'feature/3667' into develop commit a3fba0e9c01dd6c71581393629dc7b5b12fd3349 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Apr 12 13:49:32 2015 +0200 refs #3667 can now skip method body parse commit ba6ea6f11b77e4e4abc54e6ddcc771bd1c7a0edf Merge: 0b0b6c5 704b88f Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Apr 12 13:51:27 2015 +0200 fixes #2645: Update jdk level to 1.7 Merge branch 'feature/2645' into develop commit 704b88fe17fd5ebc0530079c2e9dea5869094e2b Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Apr 12 13:51:24 2015 +0200 refs #2645 upgrade jdk level in project commit 0b0b6c5518e0bf51d30692e67802a2930e936093 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Apr 5 13:13:14 2015 +0200 Version 3.0 here we come\! Summary of changes: jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- .../java/jaxx/compiler/java/parser/JavaParser.java | 114 +++++++++++++++++++-- .../ClassDescriptorResolverFromJavaFile.java | 14 ++- .../jaxx/compiler/java/parser/JavaParserTest.java | 106 +++++++++++++++++++ jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- jaxx-validator/pom.xml | 2 +- jaxx-widgets-common/pom.xml | 2 +- jaxx-widgets-datetime/pom.xml | 2 +- jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 2 +- jaxx-widgets-number/pom.xml | 2 +- jaxx-widgets-select/pom.xml | 2 +- jaxx-widgets/pom.xml | 2 +- pom.xml | 11 +- 19 files changed, 249 insertions(+), 26 deletions(-) create mode 100644 jaxx-compiler/src/test/java/jaxx/compiler/java/parser/JavaParserTest.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.