java-client icon indicating copy to clipboard operation
java-client copied to clipboard

Java SDK client for Split Software

Results 12 java-client issues
Sort by recently updated
recently updated
newest added

`./io/split/engine/experiments/SplitFetcherImp.java: _log.error("RefreshableSplitFetcher failed: " + e.getMessage());` That should be: `./io/split/engine/experiments/SplitFetcherImp.java: _log.error("SplitFetcherImp failed: " + e.getMessage());` If you base the name off the class instead of hardcoding it, it will survive...

`SplitClientForTest` can be useful for unit-testing code that depends on `SplitClient`, especially in dynamic scenarios where a static config per test class won't work. As of now, `SplitClientForTest` doesn't support...