Name: sdR10048 Date: 07/02/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b09"
JCK : 1.5
Platform[s] : Solaris
switch/Mode :
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test [s] : N/A
Specification excerpt:
======================
--------- J2SE API spec v.1.5 ---------
...
public FlavorEvent(Clipboard?source)
Constructs a FlavorEvent object.
Parameters:
source - the Clipboard that is the source of the event
...
---------- end-of-excerpt ---------------
Problem description
===================
Documentation for method:
java.awt.datatransfer.FlavorEvent.FlavorEvent(Clipboard source)
says nothing about expected behaviour if source == null.
It should be noted as document "Requirements for Writing
Java API Specifications" says:
http://java.sun.com/j2se/javadoc/writingapispecs/index.html#method.
======================================================================