You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2009/03/15 01:08:50 UTC

[jira] Updated: (HBASE-1262) Warning: Access to enclosing constructor X is emulated by a synthetic accessor method. Increasing its visibility will increase your performance.

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

Nitay Joffe updated HBASE-1262:
-------------------------------

    Attachment: hbase-1262.patch

Patch that gets rid of these warnings. Changes private methods that are accessed to protected.

> Warning: Access to enclosing constructor X is emulated by a synthetic accessor method. Increasing its visibility will increase your performance.
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1262
>                 URL: https://issues.apache.org/jira/browse/HBASE-1262
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.19.0
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Trivial
>             Fix For: 0.19.1
>
>         Attachments: hbase-1262.patch
>
>
> We get this warning all over in many pieces of the code.

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