Eunwha Park created ZEPPELIN-6243:
-------------------------------------
Summary: Remove unused code in SemanticVersion.java for
maintainability
Key: ZEPPELIN-6243
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6243
Project: Zeppelin
Issue Type: Improvement
Reporter: Eunwha Park
Assignee: Eunwha Park
This PR performs internal code cleanup in the
{{org.apache.zeppelin.test.SemanticVersion}} class by removing unused methods,
including:
* Getter methods
* {{newerThan}}
* {{olderThan}}
* {{equalsOrOlderThan}}
These methods are not referenced anywhere within the Zeppelin codebase and
serve no current functional purpose.
*Proposed changes:*
Removing unused code helps improve code readability and maintainability. It
reduces technical debt and makes the class easier to test and evolve in the
future.
This change is internal-only and does not affect any runtime behavior or public
APIs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)