matthiasblaesing opened a new pull request #1842: LocalAddressUtils#getMostLikelyLocalInetAddresses fails if list contains loopback URL: https://github.com/apache/netbeans/pull/1842 The problem is located in IpAddressUtils#removeLoopback. The method expects, that the supplied list provides an Iterator, that supports remove. The list returned by Arrays#asList does not provide that, it is just a view on the array.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
