sdedic commented on a change in pull request #2225:
URL: https://github.com/apache/netbeans/pull/2225#discussion_r448127938
##########
File path: nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ConfigureProxy.java
##########
@@ -84,51 +84,21 @@ public void execute() throws BuildException {
static URLConnection openConnection(Task task, final URL url, URI[]
connectedVia) throws IOException {
final URLConnection[] conn = { null };
final List<Exception> errs = new CopyOnWriteArrayList<>();
+ final StringBuilder msgs = new StringBuilder();
Review comment:
Isn't `msgs` operated from different threads ? Noticed only now :(
----------------------------------------------------------------
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]
---------------------------------------------------------------------
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