elharo opened a new issue, #1990:
URL: https://github.com/apache/maven-resolver/issues/1990

   **Affected version:** HEAD
   
   **Files:**
   - 
`maven-resolver-util/src/main/java/org/eclipse/aether/util/listener/ChainedRepositoryListener.java:117`
   - 
`maven-resolver-util/src/main/java/org/eclipse/aether/util/listener/ChainedTransferListener.java:118`
   
   ```java
   @SuppressWarnings("EmptyMethod")
   protected void handleError(...) {
       // default just swallows errors
   }
   ```
   
   All `RuntimeException`s thrown by any chained listener (NPEs, 
`IndexOutOfBoundsException`, etc.) are silently swallowed unless the user 
subclasses and overrides `handleError`. This makes listener bugs invisible.
   
   Originally reported in #1944.
   


-- 
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]

Reply via email to