boot/src/test/java/org/netbeans/html/boot/impl/CountFnCreationTest.java
Fri, 15 Jan 2016 11:40:28 +0100 Use fully qualified names when referencing java.lang.Object
Tue, 26 Aug 2014 18:13:30 +0200 During the API review process (bug 246133) the reviewers decided that in order to include html4j to NetBeans Platform, we need to stop using org.apidesign namespace and switch to NetBeans one. Repackaging all SPI packages into org.netbeans.html.smthng.spi.
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Sun, 09 Feb 2014 23:26:38 +0100 Fn inside of JavaScriptResource body was ineffective. Need to pass in associated presenter.