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

Reply via email to