This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 48d6f28  Merge pull request #3079 from ebarboni/releasetweak
     new 2ec91a6  Added API to identify indexing tasks.
     new 6c148bc  Declarative support to enable/disable Groovy AST 
transformations.
     new 88abdfc  Merge pull request #3076 from 
sdedic/groovy/manage-transformations

The 5741 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 groovy/groovy.editor/apichanges.xml                |  139 +++
 groovy/groovy.editor/arch.xml                      | 1121 ++++++++++++++++++++
 groovy/groovy.editor/nbproject/project.properties  |    2 +
 groovy/groovy.editor/nbproject/project.xml         |    2 +-
 .../api/completion/util/CompletionContext.java     |    3 +-
 .../api/parser/ApplyGroovyTransformation.java      |  100 ++
 .../groovy/editor/api/parser/GroovyParser.java     |   69 +-
 .../ApplyGroovyTransformationProcessor.java        |  122 +++
 .../groovy/editor/compiler/CompilationUnit.java    |   21 +-
 .../editor/compiler/ParsingCompilerCustomizer.java |   94 ++
 .../compiler/SimpleTransformationCustomizer.java   |  241 +++++
 .../modules/groovy/editor/resources/layer.xml      |    9 +-
 ...org.codehaus.groovy.transform.ASTTransformation |    1 +
 .../groovy/editor/api/parser/GroovyParserTest.java |  189 +++-
 .../editor/test/DisableTransformersStub.java       |   31 +
 .../groovy/editor/test/GroovyTestTransformer.java  |   46 +
 ide/parsing.indexing/apichanges.xml                |   15 +
 .../parsing/impl/indexing/IndexingTask.java        |   29 +
 .../parsing/impl/indexing/RepositoryUpdater.java   |    6 +-
 .../spi/indexing/support/IndexingSupport.java      |   15 +
 20 files changed, 2213 insertions(+), 42 deletions(-)
 create mode 100644 groovy/groovy.editor/apichanges.xml
 create mode 100644 groovy/groovy.editor/arch.xml
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/api/parser/ApplyGroovyTransformation.java
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/ApplyGroovyTransformationProcessor.java
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/ParsingCompilerCustomizer.java
 create mode 100644 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/SimpleTransformationCustomizer.java
 create mode 100644 
groovy/groovy.editor/test/unit/src/META-INF/services/org.codehaus.groovy.transform.ASTTransformation
 create mode 100644 
groovy/groovy.editor/test/unit/src/org/netbeans/modules/groovy/editor/test/DisableTransformersStub.java
 create mode 100644 
groovy/groovy.editor/test/unit/src/org/netbeans/modules/groovy/editor/test/GroovyTestTransformer.java
 create mode 100644 
ide/parsing.indexing/src/org/netbeans/modules/parsing/impl/indexing/IndexingTask.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to