JDK-4782174 : Mangled sentence in TextAction.augmentList() javadoc in javax.swing.text
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.4.1
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_2.5.1
  • CPU: sparc
  • Submitted: 2002-11-20
  • Updated: 2017-05-16
  • Resolved: 2003-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Description

Name: jk109818			Date: 11/20/2002


FULL PRODUCT VERSION :
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition
Generated by javadoc on Thu Aug 29 05:36:44 PDT 2002.



A DESCRIPTION OF THE PROBLEM :
Garbled sentence here:
http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/text/TextAction.html#augmentList

public static final Action[] augmentList(Action[] list1,
                                         Action[] list2)

Takes one list of commands and augments it with another list
of commands. The second list is considered to be higher
priority than the first list and commands with the same name
will both lists will only have the dominate command found in
the second list in the returned list.
 - - - -

Did you mean

The second list takes precedence over the first list; that
is, the result list will include a command from the second
list in preference to a command from the first list with the
same name.

(Review ID: 164911) 
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b19
14-06-2004

PUBLIC COMMENTS .
10-06-2004

EVALUATION Not critical for mantis. Commiting to tiger. ###@###.### 2003-01-07 New doc reviewed by Igor. Approved by CCC. Fixed for tiger. ###@###.### 2003-08-22
07-01-2003