This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from bd64fbd Merge branch 'github-pr-916'
new 6a8edb1 Disable failing test caused by non-donated files
new 85e8b47 Improve entity parsing, supporting multi-line entity
definitions
new b25c19e Merge branch 'schema2beans_multiline_entities'
The 3 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:
ide/schema2beans/nbproject/project.properties | 2 +-
.../modules/schema2beansdev/DocDefParser.java | 6 +-
.../modules/schema2beansdev/EntityParser.java | 151 ++++---------
ide/schema2beans/test/unit/data/TestEntity.dtd | 57 +++++
.../tests/SecondaryTest/testEntityParser.pass | 55 +++++
ide/schema2beans/test/unit/src/tests/MainTest.java | 250 +++++++++++----------
.../test/unit/src/tests/SecondaryTest.java | 74 ++++++
7 files changed, 366 insertions(+), 229 deletions(-)
create mode 100644 ide/schema2beans/test/unit/data/TestEntity.dtd
create mode 100644
ide/schema2beans/test/unit/data/goldenfiles/tests/SecondaryTest/testEntityParser.pass
create mode 100644 ide/schema2beans/test/unit/src/tests/SecondaryTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists