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/netbeans-html4j.git.
from ff6afe7 Switching to NetBeans 12.4 release
new 1980b02 Code completions for callbacks from JavaScript to Java
new 34338cf Unit testing the completion behavior
new 8c73f97 Code completion is going to be new in 1.7.2 version
new f0fb2a2 Avoid null in favor of Collections.emptyList()
new 9c2d73d Merge pull request #36 from
JaroslavTulach/jtulach/JavaCallCodeCompletions
The 330 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:
.../html/boot/impl/JavaScriptProcesor.java | 233 ++++++++++++++++-----
.../java/org/netbeans/html/boot/impl/Arithm.java | 7 +
.../java/org/netbeans/html/boot/impl/Compile.java | 18 +-
.../html/boot/impl/JavaScriptCompletionTest.java | 157 ++++++++++++++
.../org/netbeans/html/boot/impl/JsMethods.java | 4 +-
.../org/netbeans/html/boot/impl/MockProcessor.java | 76 +++++++
src/main/javadoc/overview.html | 6 +
7 files changed, 431 insertions(+), 70 deletions(-)
create mode 100644
boot/src/test/java/org/netbeans/html/boot/impl/JavaScriptCompletionTest.java
create mode 100644
boot/src/test/java/org/netbeans/html/boot/impl/MockProcessor.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