You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Tomohito Nakayama (JIRA)" <de...@db.apache.org> on 2005/10/22 09:33:19 UTC

[jira] Created: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
----------------------------------------------------------------------------------------------------------------------------------

         Key: DERBY-640
         URL: http://issues.apache.org/jira/browse/DERBY-640
     Project: Derby
        Type: Bug
  Components: Test  
    Reporter: Tomohito Nakayama
    Priority: Trivial


Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
I found end of line in this file was encoded as CR LF .

-- 
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


[jira] Updated: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Tomohito Nakayama (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-640?page=all ]

Tomohito Nakayama updated DERBY-640:
------------------------------------

    Attachment: DERBY-640_2.patch

Description of this patch :
   Replaced encoding of eol in  java/testing/org/apache/derbyTesting/functionTests/master/resultsetStream.out from CR LF to LF and ,
   Set svn:eol-style as native .

Test :
   Executed jdbcapi/resultsetStream.java and found no error .

> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-640
>          URL: http://issues.apache.org/jira/browse/DERBY-640
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Reporter: Tomohito Nakayama
>     Assignee: Tomohito Nakayama
>     Priority: Trivial
>  Attachments: DERBY-640.patch, DERBY-640_2.patch
>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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


[jira] Closed: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Kristian Waagan (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-640?page=all ]

Kristian Waagan closed DERBY-640.
---------------------------------


Verified with 'svn proplist'.

> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-640
>                 URL: http://issues.apache.org/jira/browse/DERBY-640
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>            Reporter: Tomohito Nakayama
>         Assigned To: Tomohito Nakayama
>            Priority: Trivial
>         Attachments: DERBY-640.patch, DERBY-640_2.patch
>
>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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

        

[jira] Commented: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Tomohito Nakayama (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-640?page=comments#action_12332892 ] 

Tomohito Nakayama commented on DERBY-640:
-----------------------------------------

Fix comment ....
Not end of file but end of line ...

Description of patch : 
   Set svn:eol-style of 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' as "native" and 
   modified encoding of end of line as LF on Linux environment . 

Test : 
   Execute 
       ant -emacs all 
   and found no compilation error. 
   Execute 
      diff --strip-trailing-cr resultsetStream.java resultsetStream.java.124918, 
   and found no difference . 


> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-640
>          URL: http://issues.apache.org/jira/browse/DERBY-640
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Reporter: Tomohito Nakayama
>     Assignee: Tomohito Nakayama
>     Priority: Trivial
>  Attachments: DERBY-640.patch
>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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


[jira] Resolved: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Tomohito Nakayama (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-640?page=all ]
     
Tomohito Nakayama resolved DERBY-640:
-------------------------------------

    Resolution: Fixed

> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-640
>          URL: http://issues.apache.org/jira/browse/DERBY-640
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Reporter: Tomohito Nakayama
>     Assignee: Tomohito Nakayama
>     Priority: Trivial
>  Attachments: DERBY-640.patch, DERBY-640_2.patch
>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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


[jira] Commented: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Tomohito Nakayama (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-640?page=comments#action_12332890 ] 

Tomohito Nakayama commented on DERBY-640:
-----------------------------------------

I have committed .

Sending        java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java
Transmitting file data .
Committed revision 327759.

> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-640
>          URL: http://issues.apache.org/jira/browse/DERBY-640
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Reporter: Tomohito Nakayama
>     Assignee: Tomohito Nakayama
>     Priority: Trivial
>  Attachments: DERBY-640.patch
>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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


[jira] Assigned: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Tomohito Nakayama (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-640?page=all ]

Tomohito Nakayama reassigned DERBY-640:
---------------------------------------

    Assign To: Tomohito Nakayama

> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-640
>          URL: http://issues.apache.org/jira/browse/DERBY-640
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Reporter: Tomohito Nakayama
>     Assignee: Tomohito Nakayama
>     Priority: Trivial

>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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


[jira] Commented: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Tomohito Nakayama (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-640?page=comments#action_12355961 ] 

Tomohito Nakayama commented on DERBY-640:
-----------------------------------------

I committed master file too.

Sending        java/testing/org/apache/derbyTesting/functionTests/master/resultsetStream.out
Transmitting file data .
Committed revision 328631.

> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-640
>          URL: http://issues.apache.org/jira/browse/DERBY-640
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Reporter: Tomohito Nakayama
>     Assignee: Tomohito Nakayama
>     Priority: Trivial
>  Attachments: DERBY-640.patch, DERBY-640_2.patch
>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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


[jira] Reopened: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Tomohito Nakayama (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-640?page=all ]
     
Tomohito Nakayama reopened DERBY-640:
-------------------------------------


The master file of this test , "java/testing/org/apache/derbyTesting/functionTests/master/resultsetStream.out",  had same problem .

I solve it as the same issue for test program.

> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-640
>          URL: http://issues.apache.org/jira/browse/DERBY-640
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Reporter: Tomohito Nakayama
>     Assignee: Tomohito Nakayama
>     Priority: Trivial
>  Attachments: DERBY-640.patch
>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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


[jira] Updated: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Tomohito Nakayama (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-640?page=all ]

Tomohito Nakayama updated DERBY-640:
------------------------------------

    Comment: was deleted

> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-640
>          URL: http://issues.apache.org/jira/browse/DERBY-640
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Reporter: Tomohito Nakayama
>     Assignee: Tomohito Nakayama
>     Priority: Trivial
>  Attachments: DERBY-640.patch
>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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


[jira] Updated: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Tomohito Nakayama (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-640?page=all ]

Tomohito Nakayama updated DERBY-640:
------------------------------------

    Attachment: DERBY-640.patch

Description of patch :
   Set svn:eol-style of 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' as "native" and
   modified encoding of end of file as LF on Linux environment .

Test :
   Execute 
       ant -emacs all 
   and found no compilation error.
   Execute 
      diff --strip-trailing-cr resultsetStream.java resultsetStream.java.124918, 
   and found no difference .



> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-640
>          URL: http://issues.apache.org/jira/browse/DERBY-640
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Reporter: Tomohito Nakayama
>     Assignee: Tomohito Nakayama
>     Priority: Trivial
>  Attachments: DERBY-640.patch
>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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


[jira] Resolved: (DERBY-640) Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .

Posted by "Tomohito Nakayama (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-640?page=all ]
     
Tomohito Nakayama resolved DERBY-640:
-------------------------------------

    Resolution: Fixed

> Property of svn:eol-style was not set at 'java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java' .
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-640
>          URL: http://issues.apache.org/jira/browse/DERBY-640
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Reporter: Tomohito Nakayama
>     Assignee: Tomohito Nakayama
>     Priority: Trivial
>  Attachments: DERBY-640.patch
>
> Checking out java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultsetStream.java in linux environment and 
> I found end of line in this file was encoded as CR LF .

-- 
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