You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2006/12/07 15:35:23 UTC

[jira] Closed: (HARMONY-2472) [Classlib][SQL] Wrong words in sql module

     [ http://issues.apache.org/jira/browse/HARMONY-2472?page=all ]

Alexei Zakharov closed HARMONY-2472.
------------------------------------


Was verified by Ilya.

> [Classlib][SQL] Wrong words in sql module
> -----------------------------------------
>
>                 Key: HARMONY-2472
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2472
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Leviev Ilya
>         Assigned To: Alexei Zakharov
>         Attachments: HARMONY-2472-sql-spell-correct.patch
>
>
> Need correction of follow misprints: 
> Error: Connectio Pool -> Connection Pool
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/PooledConnection.java:     
> * the Connectio Pool manager when an application invokes the method
> Error: tableIndexHased -> tableIndexHashed
> trunk\working_classlib\modules\sql/src/main/java/java/sql/DatabaseMetaData.java:     
> * <li>DatabaseMetaData.tableIndexHased - a hashed Index</li>
> Error: SQLOuput -> SQLOutput
> trunk\working_classlib\modules\sql/src/main/java/java/sql/SQLData.java:     
> * Writes the object to a supplied SQLOuput data stream, writing it out as
> Error: Utilise -> Utilize
> trunk\working_classlib\modules\sql/src/main/java/java/sql/SQLData.java:     
> * <li>Utilise the passed input stream to read the attributes or entries of
> Error: automatice -> automatic
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/RowSetMetaData.java:     
> * for automatice numbering to be off.
> Error: caling -> calling
> trunk\working_classlib\modules\sql/src/main/java/java/sql/SQLInput.java: 
> * mapped by caling the SQLData.getSQLType method. The driver creates an
> Error: chanied -> chained
> trunk\working_classlib\modules\sql/src/main/java/java/sql/SQLException.java:     
> * Retrieves the SQLException chanied to this SQLException, if any.
> Error: colunm -> column
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/RowSetMetaData.java:     
> *            a string containing the Type Name for the colunm
> Error: containoing -> containing
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/RowSetMetaData.java:     
> *            an integer containoing the number of decimal digits
> Error: coverting -> converting 
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/RowSet.java:     
> *            the Calendar to use in coverting the Date to an SQL DATE value
> Error: explicity -> explicitly
> trunk\working_classlib\modules\sql/src/test/java/org/apache/harmony/sql/tests/java/sql/SQLPermissionTest.java: 
> * methods are inherited. This testcase explicity tets the constructors but also
> Error: firat -> first 
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/RowSetReader.java: 
> * firat be registered with the RowSet for this to work.
> Error: flase -> false
> trunk\working_classlib\modules\sql/src/main/java/java/sql/Driver.java:     
> *         supplied URL, flase otherwise. Typically, the driver will respond
> Error: hss -> has 
> trunk\working_classlib\modules\sql/src/main/java/java/sql/Blob.java:     
> *            first byte in the Blob hss position = 1
> Error: joiing -> joining
> trunk\working_classlib\modules\sql/src/main/java/javax/transaction/xa/XAResource.java:     
> * Flag to indicate that the caller is joiing sn existing transaction
> trunk\working_classlib\modules\sql/src/main/java/javax/transaction/xa/XAResource.java:     
> *            TMJOIN implies that the start applies to joiing a transaction
> Error: mormally -> normally
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/RowSetMetaData.java: 
> * Application code would not mormally call this interface directly. It would be
> Error: normalised -> normalized
> trunk\working_classlib\modules\sql/src/main/java/java/sql/Date.java: 
> * class are "normalised" to the time 00:00:00.000 GMT on the date implied by
> Error: ocurring -> occurring                 
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/PooledConnection.java:     
> * longer receive events ocurring in the PooledConnection.
> Error: olding -> holding
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/RowSet.java:     
> * @return a Map olding the custom mappings of SQL types to Java classes for
> Error: optimised -> optimized
> trunk\working_classlib\modules\sql/src/main/java/java/sql/ResultSet.java: 
> * once only, since not all * databases are optimised to handle other techniques
> Error: organised -> organized
> trunk\working_classlib\modules\sql/src/main/java/java/sql/DatabaseMetaData.java:     
> * specific UDT which describes its supertype, with the data organised in
> Error: propoerties -> properties
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/RowSet.java: 
> * Facilities are provided for get/set of propoerties relating to the Database
> Error: propoerty -> property
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/RowSet.java:     
> * Gets the value of the password propoerty for this RowSet. This property
> Error: scollable -> scrollable
> trunk\working_classlib\modules\sql/src/main/java/javax/sql/RowSet.java:     
> * Sets the type of this RowSet. By default, the type is non-scollable.
> Error: seach -> search
> trunk\working_classlib\modules\sql/src/main/java/java/sql/Clob.java:     
> *            th String to seach for
> Error: separater -> separator
> trunk\working_classlib\modules\sql/src/main/java/java/sql/Date.java:        
> // secondIndex == -1 means none or only one separater '-' has been
> Error: specificed -> specified
> trunk\working_classlib\modules\sql/src/main/java/java/sql/Clob.java:     
> * @return a long value with the position at which the specificed String
> Error: unrecognised -> unrecognized
> trunk\working_classlib\modules\sql/src/main/java/java/sql/Statement.java:     
> *             fetch direction is unrecognised
> Error: utilised -> utilized
> trunk\working_classlib\modules\sql/src/main/java/java/sql/Savepoint.java: 
> * A Savepoint is an instant during the current transaction that can be utilised
> trunk\working_classlib\modules\sql/src/main/java/java/sql/Statement.java:     
> * With the Cursor name set, it can then be utilised in SQL positioned
> trunk\working_classlib\modules\sql/src/main/java/java/sql/Struct.java:     
> * never utilised by this method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira