Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.9.0
Description
Hi:
I think, the following code has a bug.The parameter of globalClasspaths is shouldn't set a null value.
public RemoteStreamEnvironment(String host, int port, Configuration clientConfiguration, String[] jarFiles, URL[] globalClasspaths) { this(host, port, clientConfiguration, jarFiles, (URL[])null, (SavepointRestoreSettings)null); }
Attachments
Issue Links
- links to