[
https://issues.apache.org/jira/browse/GORA-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729627#comment-14729627
]
ASF GitHub Bot commented on GORA-433:
-------------------------------------
GitHub user kamaci opened a pull request:
https://github.com/apache/gora/pull/37
GORA-433 Non-Final Public Static Fields Should Be Final
Non-final public static fields can be changed by external classes (by a
malicious code or accidentally).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kamaci/gora GORA-433_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/37.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #37
----
commit c8550d3558d1a438b64409bcbac94f072c191d23
Author: Furkan KAMACI <[email protected]>
Date: 2015-09-03T19:19:03Z
Non-final public static fields can be changed by external classes (by a
malicious code or accidentally).
----
> Non-Final Public Static Fields Should Be Final
> -----------------------------------------------
>
> Key: GORA-433
> URL: https://issues.apache.org/jira/browse/GORA-433
> Project: Apache Gora
> Issue Type: Improvement
> Reporter: Furkan KAMACI
> Assignee: Furkan KAMACI
> Priority: Minor
> Fix For: 0.6.1
>
>
> Non-final public static fields can be changed by external classes (by a
> malicious code or accidentally).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)