You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Bruno P. Kinoshita (JIRA)" <ji...@apache.org> on 2015/12/12 01:10:46 UTC

[jira] [Created] (JENA-1087) Fix minor code warnings such as deprecated methods, typos in comments and missing serial version UID fields

Bruno P. Kinoshita created JENA-1087:
----------------------------------------

             Summary: 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


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)