> On Mar 3, 2016, at 7:52 AM, David DeHaven <david.deha...@oracle.com> wrote:
> 
> 
> JBS Issue:
> https://bugs.openjdk.java.net/browse/JDK-8132743
> 
> Code review:
> http://cr.openjdk.java.net/~ddehaven/8132743/webrev.0/

Looks okay.  There is no @since - I guess it’s okay because netscape.javascript 
has been shipped with plugin for long time.

package-info.java
    "when running in an {@link java.applet.Applet Applet}” - is this true when 
running with JavaFX webkit?

JSObject.java
   @throws JSException is missing in the methods

   Does it throw NPE if the parameter is null?  Or JSException - that needs to 
be specified.

   Nit: it’d be good to wrap null with {@code null} in the javadoc. 

Mandy

Reply via email to