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 "Rick Hillegas (JIRA)" <ji...@apache.org> on 2014/06/18 14:54:32 UTC

[jira] [Updated] (DERBY-6621) Reduce the visibility of more classes and methods

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

Rick Hillegas updated DERBY-6621:
---------------------------------

    Attachment: derby-6621-01-aa-reduce1.diff

Attaching derby-6621-01-aa-reduce1.diff. This patch reduces two methods from public to package visibility. Tests ran cleanly for me with this patch.

The two methods are:

ImportResultSetMetaData.getUDTClass()
MethodCallNode.getMethodParameterClasses()

Touches the following files:

M       java/engine/org/apache/derby/impl/load/ImportResultSetMetaData.java
M       java/engine/org/apache/derby/impl/sql/compile/MethodCallNode.java


> Reduce the visibility of more classes and methods
> -------------------------------------------------
>
>                 Key: DERBY-6621
>                 URL: https://issues.apache.org/jira/browse/DERBY-6621
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.11.0.0
>            Reporter: Rick Hillegas
>         Attachments: derby-6621-01-aa-reduce1.diff
>
>
> Reduce public visibility to something lower in order to protect against mis-use of Derby objects.



--
This message was sent by Atlassian JIRA
(v6.2#6252)