Gyeongtae Park created ZEPPELIN-6220:
----------------------------------------
Summary: Remove unused constructors in DownloadRequest.java
Key: ZEPPELIN-6220
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6220
Project: Zeppelin
Issue Type: Improvement
Reporter: Gyeongtae Park
Fix For: 1.0.0, 0.12.1, 0.13.0
The {{DownloadRequest}} class located at:
{code:java}
zeppelin/zeppelin-test/src/main/java/org/apache/zeppelin/test/DownloadRequest.java
{code}
contains multiple overloaded constructors, some of which are never used
anywhere in the Zeppelin codebase or tests.
{code:java}
public DownloadRequest(URL url, int retries) {code}
These constructors introduce unnecessary complexity and can be safely removed
to simplify the class and reduce maintenance overhead.
*Proposed changes:*
Verify all usages to ensure no external dependencies rely on them
This change is purely internal cleanup and does not impact any functional
behavior.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)