-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b04
-
sparc
-
solaris_2.6
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2152898 | OpenJDK6 | Denis Fokin | P3 | Resolved | Fixed | b03 |
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.
======================================================================
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.
======================================================================
- backported by
-
JDK-2152898 java.awt.datatransfer.FlavorEvent: null reaction
- Resolved
- relates to
-
JDK-4145996 spec for ctor java.util.EventObject unclear
- Closed