RFR: Miscellaneous minor code improvements

Kartik Ohri github.com+27751938+amcap1712 at openjdk.java.net
Sun Nov 1 09:54:13 UTC 2020


Hi!
Analyzing the skara codebase in Intellij IDEA reveals that there several opportunities for minor improvements in the codebase. One such improvement is to use the `<>` instead of explicit types. Hence, I propose this patch.

There are other inspections and improvements possible as well. In case such changes are welcome, I would be happy to contribute patches for those as well. Also, in that case should those changes be a part of this PR or should there be a separate PR for each ?
Thanks.
Regards,
Kartik

-------------

Commit messages:
 - Replace explicit type with <>

Changes: https://git.openjdk.java.net/skara/pull/935/files
 Webrev: https://webrevs.openjdk.java.net/?repo=skara&pr=935&range=00
  Stats: 81 lines in 37 files changed: 0 ins; 0 del; 81 mod
  Patch: https://git.openjdk.java.net/skara/pull/935.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/935/head:pull/935

PR: https://git.openjdk.java.net/skara/pull/935


More information about the skara-dev mailing list