spatial icon indicating copy to clipboard operation
spatial copied to clipboard

Minor version updates and code polishes

Open seabamirum opened this issue 1 year ago • 3 comments

  • Upgraded geotools, junit, maven-compiler-plugin and maven-surefire-plugin
  • Deleted unused private methods
  • Removed unnecessary else clauses that were followed by an if block with a return
  • Added missing Override annotations
  • Added static modifier to static methods when suggested by compiler
  • In makeLayerInstance, replaced deprecated newInstance method with getDeclaredConstructor().newInstance()

seabamirum avatar Feb 28 '24 22:02 seabamirum

@seabamirum Have you already signed the CLA?

Andy2003 avatar May 29 '24 14:05 Andy2003

Yes, I have signed the CLA. I think this branch is all properly synced up now..

seabamirum avatar May 30 '24 19:05 seabamirum

@craigtaverner May you take a look at these changes?

Andy2003 avatar Jun 19 '24 07:06 Andy2003