Gyeongtae Park created ZEPPELIN-6250:
----------------------------------------
Summary: Remove unused methods from SemanticVersion class
Key: ZEPPELIN-6250
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6250
Project: Zeppelin
Issue Type: Improvement
Reporter: Gyeongtae Park
Fix For: 1.0.0, 0.12.1, 0.13.0
The following methods in the {{SemanticVersion}} class are currently unused
across the Zeppelin codebase:
* {{equalsOrOlderThan(SemanticVersion)}}
* {{olderThan(SemanticVersion)}}
* {{newerThan(SemanticVersion)}}
* {{getMajorVersion()}}
* {{getMinorVersion()}}
* {{getPatchVersion()}}
This issue proposes removing these unused methods to simplify the class and
improve maintainability.
Eliminating dead code helps reduce the surface area for potential bugs and
makes the code easier to understand and maintain.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)