mbien commented on code in PR #7419: URL: https://github.com/apache/netbeans/pull/7419#discussion_r1619310448
########## platform/o.apache.commons.commons_io/nbproject/org-apache-commons-commons_io.sig: ########## Review Comment: so we wrap version 16.0 right now: https://github.com/apache/netbeans/blob/faa1f932458adfa8f9b628c15da2c6e6ebf16653/platform/o.apache.commons.commons_io/external/binaries-list#L17 lets look at an error: ``` Class org.apache.commons.io.build.AbstractOriginSupplier "E3.1 - Changing method signature and/or return type" : method public {org.apache.commons.io.build.AbstractStreamBuilder%1} org.apache.commons.io.build.AbstractOriginSupplier.setWriter(java.io.Writer) ``` src: https://github.com/apache/commons-io/blob/c0d44bcc782372980c9e6881537c801e6d84219f/src/main/java/org/apache/commons/io/build/AbstractOriginSupplier.java#L313-L315 in sig file: ``` meth public {org.apache.commons.io.build.AbstractOriginSupplier%1} setWriter(java.io.Writer) ``` I don't understand what the problem is tbh -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
