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 2013/02/01 07:57:13 UTC

[jira] [Created] (DERBY-6063) Access static variables by class name in TabInfoImpl, InsertResultSet and ControlRow

Kristian Waagan created DERBY-6063:
--------------------------------------

             Summary: Access static variables by class name in TabInfoImpl, InsertResultSet and ControlRow
                 Key: DERBY-6063
                 URL: https://issues.apache.org/jira/browse/DERBY-6063
             Project: Derby
          Issue Type: Improvement
          Components: SQL, Store
    Affects Versions: 10.10.0.0
            Reporter: Kristian Waagan
            Assignee: Kristian Waagan
            Priority: Trivial


Accessing static variables via an instance is causing trouble for a static code analysis application. Since this way of accessing static variables is not recommended, I'm changing the code to access the static variables via class names.

I'm also removing an unused method in access/bree/ControlRow.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira