This is an automated email from the ASF dual-hosted git repository. jtulach pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git.
from 2ee7501 Print error when using other array than Object[] add f1a49da Include the dump of the model class in the error message add 0d230b8 Allow access to the whole model when computing a derived property add 1c50db2 Improve documentation of @ComputedProperty annotation and reference real code examples add 6ece9fc Referencing PR #3 in what is new section new 2377c9b Merge pull request #3 from JaroslavTulach/ComputedPropertyEnhancement The 1 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: .../java/net/java/html/json/ComputedProperty.java | 109 ++++++++++++++----- .../netbeans/html/json/impl/ModelProcessor.java | 81 +++++++++----- .../java/org/netbeans/html/json/spi/Observers.java | 2 +- .../test/java/net/java/html/json/PowerTest.java | 64 +++++++++++ .../test/java/net/java/html/json/SquaresTest.java | 117 +++++++++++++++++++++ src/main/javadoc/overview.html | 8 ++ 6 files changed, 324 insertions(+), 57 deletions(-) create mode 100644 json/src/test/java/net/java/html/json/PowerTest.java create mode 100644 json/src/test/java/net/java/html/json/SquaresTest.java -- To stop receiving notification emails like this one, please contact ['"comm...@netbeans.apache.org" <comm...@netbeans.apache.org>'].