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 "Kristian Waagan (JIRA)" <ji...@apache.org> on 2007/12/04 10:57:43 UTC

[jira] Created: (DERBY-3246) Minor cleanup in the Derby JUnit classes

Minor cleanup in the Derby JUnit classes
----------------------------------------

                 Key: DERBY-3246
                 URL: https://issues.apache.org/jira/browse/DERBY-3246
             Project: Derby
          Issue Type: Improvement
          Components: Test
    Affects Versions: 10.3.2.1, 10.4.0.0
            Reporter: Kristian Waagan
            Priority: Trivial


Several of the JUnit classes have grown/developed and need various types of cleanup;
 - remove unused imports
 - improve/add JavaDoc
 - remove unused methods
 - etc...

This issue is basically a placeholder for the patches.

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


[jira] Resolved: (DERBY-3246) Minor cleanup in the Derby JUnit classes

Posted by "Jazarine Jamal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jazarine Jamal resolved DERBY-3246.
-----------------------------------

    Resolution: Fixed

> Minor cleanup in the Derby JUnit classes
> ----------------------------------------
>
>                 Key: DERBY-3246
>                 URL: https://issues.apache.org/jira/browse/DERBY-3246
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.3.2.1, 10.4.0.0
>            Reporter: Kristian Waagan
>            Assignee: Abhilash T.G
>            Priority: Trivial
>             Fix For: 10.3.2.2, 10.4.0.0
>
>         Attachments: derby-3246-1a_unused-imports.diff
>
>
> Several of the JUnit classes have grown/developed and need various types of cleanup;
>  - remove unused imports
>  - improve/add JavaDoc
>  - remove unused methods
>  - etc...
> This issue is basically a placeholder for the patches.

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


[jira] Assigned: (DERBY-3246) Minor cleanup in the Derby JUnit classes

Posted by "Abhilash T.G (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abhilash T.G reassigned DERBY-3246:
-----------------------------------

    Assignee: Abhilash T.G

> Minor cleanup in the Derby JUnit classes
> ----------------------------------------
>
>                 Key: DERBY-3246
>                 URL: https://issues.apache.org/jira/browse/DERBY-3246
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.3.2.1, 10.4.0.0
>            Reporter: Kristian Waagan
>            Assignee: Abhilash T.G
>            Priority: Trivial
>             Fix For: 10.3.2.2, 10.4.0.0
>
>         Attachments: derby-3246-1a_unused-imports.diff
>
>
> Several of the JUnit classes have grown/developed and need various types of cleanup;
>  - remove unused imports
>  - improve/add JavaDoc
>  - remove unused methods
>  - etc...
> This issue is basically a placeholder for the patches.

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


[jira] Updated: (DERBY-3246) Minor cleanup in the Derby JUnit classes

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan updated DERBY-3246:
-----------------------------------

    Fix Version/s: 10.4.0.0
                   10.3.2.2

I split removal of unused imports from TestConfiguration into two commits, because of merge conflicts (more imports have been added in trunk). I also removed one more import from XML.java in trunk, but this cannot be done in 10.3.

Changes in 10.3 committed with revision 601335.
Changes in trunk (10.4) committed with revision 601336.

> Minor cleanup in the Derby JUnit classes
> ----------------------------------------
>
>                 Key: DERBY-3246
>                 URL: https://issues.apache.org/jira/browse/DERBY-3246
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.3.2.1, 10.4.0.0
>            Reporter: Kristian Waagan
>            Priority: Trivial
>             Fix For: 10.3.2.2, 10.4.0.0
>
>         Attachments: derby-3246-1a_unused-imports.diff
>
>
> Several of the JUnit classes have grown/developed and need various types of cleanup;
>  - remove unused imports
>  - improve/add JavaDoc
>  - remove unused methods
>  - etc...
> This issue is basically a placeholder for the patches.

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


[jira] Closed: (DERBY-3246) Minor cleanup in the Derby JUnit classes

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan closed DERBY-3246.
----------------------------------

    Assignee: Kristian Waagan  (was: Abhilash T.G)

I'm closing this issue (it was marked resolved not so long ago), as I believe broad "place-holder" issues like this one is maybe not such a good idea.
They tend to be abandoned, and never completed...

> Minor cleanup in the Derby JUnit classes
> ----------------------------------------
>
>                 Key: DERBY-3246
>                 URL: https://issues.apache.org/jira/browse/DERBY-3246
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.3.2.1, 10.4.0.0
>            Reporter: Kristian Waagan
>            Assignee: Kristian Waagan
>            Priority: Trivial
>             Fix For: 10.3.2.2, 10.4.0.0
>
>         Attachments: derby-3246-1a_unused-imports.diff
>
>
> Several of the JUnit classes have grown/developed and need various types of cleanup;
>  - remove unused imports
>  - improve/add JavaDoc
>  - remove unused methods
>  - etc...
> This issue is basically a placeholder for the patches.

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


[jira] Updated: (DERBY-3246) Minor cleanup in the Derby JUnit classes

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan updated DERBY-3246:
-----------------------------------

    Attachment: derby-3246-1a_unused-imports.diff

'derby-3246-1a_unused-imports.diff' removes unused imports from classes in 'java/testing/org/apache/derbyTesting/junit'. I committed it to trunk (10.4) with revision 601306 and merged it to with the 10.3 branch with revision 601308.

I built the code and ran suites.All. No failures.

> Minor cleanup in the Derby JUnit classes
> ----------------------------------------
>
>                 Key: DERBY-3246
>                 URL: https://issues.apache.org/jira/browse/DERBY-3246
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.3.2.1, 10.4.0.0
>            Reporter: Kristian Waagan
>            Priority: Trivial
>         Attachments: derby-3246-1a_unused-imports.diff
>
>
> Several of the JUnit classes have grown/developed and need various types of cleanup;
>  - remove unused imports
>  - improve/add JavaDoc
>  - remove unused methods
>  - etc...
> This issue is basically a placeholder for the patches.

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