Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
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.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.
Description
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.