[ 
https://issues.apache.org/jira/browse/JENA-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053935#comment-15053935
 ] 

ASF subversion and git services commented on JENA-1087:
-------------------------------------------------------

Commit 47d05870a1a6a071b51289d4b657972b74f0b3f5 in jena's branch 
refs/heads/master from [~kinow]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=47d0587 ]

JENA-1087: add serialVersionUID, fix typos, add comments and replace deprecated 
calls


> Fix minor code warnings such as deprecated methods, typos in comments and 
> missing serial version UID fields
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: JENA-1087
>                 URL: https://issues.apache.org/jira/browse/JENA-1087
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Fuseki
>         Environment: Apache Maven 3.0.5
> Maven home: /usr/share/maven
> Java version: 1.7.0_91, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
> Default locale: en_NZ, platform encoding: UTF-8
> OS name: "linux", version: "3.19.0-39-generic", arch: "amd64", family: "unix"
> Ubuntu 14.04.3 LTS
> Latest code from git repository.
>            Reporter: Bruno P. Kinoshita
>            Assignee: Bruno P. Kinoshita
>            Priority: Trivial
>              Labels: deprecated, javadoc, serialization, trivial, typo
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Reviewing Jena Fuseki 2 modules, there are few simple issues that could be 
> easily fixed, such as 
> * code using deprecated code, which comments suggest right alternatives (e.g. 
> DatasetGraphFactory.createGeneral() instead of 
> DatasetGraphFactory.createMem())
> * code that implements Serializable but without serialVersionUID
> * typos in comments
> * missing Javadocs
> Will try to address this issue in simple commits, with clear explanation of 
> what was fixed, without changing code format or adding too many other 
> changes; which would make it harder to review the changes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to