axelfontaine commented on PR #357: URL: https://github.com/apache/commons-compress/pull/357#issuecomment-1415981011
@garydgregory It builds fine. The issue is the removal of the methods being flagged. See https://github.com/apache/commons-compress/actions/runs/4085125229/jobs/7042726675#step:5:782 These methods probably hardly saw any use in the wild and PropertyChangeListener isn't used anywhere else in the codebase. Removing them is essential for being able to remove the overall dependency on the java.desktop module. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
