[jira] Updated: (DERBY-3213) SQLChar.trim method is unused and could be removed

2008-01-30 Thread Deepthi Devaki A R (JIRA)

 [ 
https://issues.apache.org/jira/browse/DERBY-3213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepthi Devaki A R updated DERBY-3213:
--

Attachment: DERBY-3213_diff

Attached file is the fix for this issue.

> SQLChar.trim method is unused and could be removed
> --
>
> Key: DERBY-3213
> URL: https://issues.apache.org/jira/browse/DERBY-3213
> Project: Derby
>  Issue Type: Improvement
>  Components: Newcomer, SQL
>Reporter: Bryan Pendleton
>Assignee: Deepthi Devaki A R
>Priority: Minor
> Attachments: DERBY-3213_diff
>
>
> As part of researching DERBY-2352, I came to the conclusion that
> the trim() method in SQLChar.java is no longer used, and could be
> removed. It appears that all calls to this method have been switched
> to call ansiTrim() instead.
> Hopefully, this just requires removing the code from SQLChar.java
> and StringDataValue.java, and running all the tests to verify that
> nothing is broken.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (DERBY-3213) SQLChar.trim method is unused and could be removed

2008-01-30 Thread Deepthi Devaki A R (JIRA)

 [ 
https://issues.apache.org/jira/browse/DERBY-3213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepthi Devaki A R updated DERBY-3213:
--

Attachment: (was: DERBY-3213_diff)

> SQLChar.trim method is unused and could be removed
> --
>
> Key: DERBY-3213
> URL: https://issues.apache.org/jira/browse/DERBY-3213
> Project: Derby
>  Issue Type: Improvement
>  Components: Newcomer, SQL
>Reporter: Bryan Pendleton
>Assignee: Deepthi Devaki A R
>Priority: Minor
>
> As part of researching DERBY-2352, I came to the conclusion that
> the trim() method in SQLChar.java is no longer used, and could be
> removed. It appears that all calls to this method have been switched
> to call ansiTrim() instead.
> Hopefully, this just requires removing the code from SQLChar.java
> and StringDataValue.java, and running all the tests to verify that
> nothing is broken.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (DERBY-3213) SQLChar.trim method is unused and could be removed

2008-01-30 Thread Deepthi Devaki A R (JIRA)

 [ 
https://issues.apache.org/jira/browse/DERBY-3213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepthi Devaki A R updated DERBY-3213:
--

Attachment: DERBY-3213.diff

I removed the code for trim()  from SQLChar.java and StringDataValue.java. I 
rebuild everything. There was no error .

> SQLChar.trim method is unused and could be removed
> --
>
> Key: DERBY-3213
> URL: https://issues.apache.org/jira/browse/DERBY-3213
> Project: Derby
>  Issue Type: Improvement
>  Components: Newcomer, SQL
>Reporter: Bryan Pendleton
>Assignee: Deepthi Devaki A R
>Priority: Minor
> Attachments: DERBY-3213.diff
>
>
> As part of researching DERBY-2352, I came to the conclusion that
> the trim() method in SQLChar.java is no longer used, and could be
> removed. It appears that all calls to this method have been switched
> to call ansiTrim() instead.
> Hopefully, this just requires removing the code from SQLChar.java
> and StringDataValue.java, and running all the tests to verify that
> nothing is broken.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (DERBY-3213) SQLChar.trim method is unused and could be removed

2008-01-30 Thread Myrna van Lunteren (JIRA)

 [ 
https://issues.apache.org/jira/browse/DERBY-3213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Myrna van Lunteren updated DERBY-3213:
--

Derby Info: [Patch Available]

> SQLChar.trim method is unused and could be removed
> --
>
> Key: DERBY-3213
> URL: https://issues.apache.org/jira/browse/DERBY-3213
> Project: Derby
>  Issue Type: Improvement
>  Components: Newcomer, SQL
>Reporter: Bryan Pendleton
>Assignee: Deepthi Devaki A R
>Priority: Minor
> Attachments: DERBY-3213.diff
>
>
> As part of researching DERBY-2352, I came to the conclusion that
> the trim() method in SQLChar.java is no longer used, and could be
> removed. It appears that all calls to this method have been switched
> to call ansiTrim() instead.
> Hopefully, this just requires removing the code from SQLChar.java
> and StringDataValue.java, and running all the tests to verify that
> nothing is broken.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (DERBY-3213) SQLChar.trim method is unused and could be removed

2008-02-14 Thread Dyre Tjeldvoll (JIRA)

 [ 
https://issues.apache.org/jira/browse/DERBY-3213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dyre Tjeldvoll updated DERBY-3213:
--

Derby Info:   (was: [Patch Available])

Committed revision 627791.

> SQLChar.trim method is unused and could be removed
> --
>
> Key: DERBY-3213
> URL: https://issues.apache.org/jira/browse/DERBY-3213
> Project: Derby
>  Issue Type: Improvement
>  Components: Newcomer, SQL
>Reporter: Bryan Pendleton
>Assignee: Deepthi Devaki A R
>Priority: Minor
> Attachments: DERBY-3213.diff
>
>
> As part of researching DERBY-2352, I came to the conclusion that
> the trim() method in SQLChar.java is no longer used, and could be
> removed. It appears that all calls to this method have been switched
> to call ansiTrim() instead.
> Hopefully, this just requires removing the code from SQLChar.java
> and StringDataValue.java, and running all the tests to verify that
> nothing is broken.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.