Community
Participate
Working Groups
While working on another bug (Bug #262831) I went through org.eclipse.core.internal.net.ProxySelector.setDefaultProvider(String) and I was wondering if these lines are correct or if there is at least a redundancy: if (provider.equals(DIRECT_PROVIDER)) { service.setProxiesEnabled(false); service.setProxiesEnabled(false); } .. Sorry, if this redundancy is intentional.
Created attachment 126270 [details] Patch_v01
(In reply to comment #0) > Sorry, if this redundancy is intentional. > It isn't. Thanks for pointing this out.
Released to HEAD. I renamed setDefaultProvider to setActiveProvider, so the name better reflects what the method actually does.