You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "kalyan kumar kalvagadda (JIRA)" <ji...@apache.org> on 2017/04/18 23:30:41 UTC

[jira] [Resolved] (SENTRY-1661) SentryStore has a couple of public static fields that are not final

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

kalyan kumar kalvagadda resolved SENTRY-1661.
---------------------------------------------
       Resolution: Fixed
    Fix Version/s: sentry-ha-redesign

Fix for this issue is submitted as part of SENTRY-1680

> SentryStore has a couple of public static fields that are not final
> -------------------------------------------------------------------
>
>                 Key: SENTRY-1661
>                 URL: https://issues.apache.org/jira/browse/SENTRY-1661
>             Project: Sentry
>          Issue Type: Bug
>          Components: Sentry
>    Affects Versions: 1.8.0
>            Reporter: Alexander Kolbasov
>            Assignee: kalyan kumar kalvagadda
>            Priority: Minor
>              Labels: bite-sized, newbie
>             Fix For: sentry-ha-redesign
>
>
> In SentryStore class:
> {code}
>   public static int INDEX_GROUP_ROLES_MAP = 0;
>   public static int INDEX_USER_ROLES_MAP = 1;
> {code}
> These fields are not declared final - and they should be.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)