We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e8698 commit 993180bCopy full SHA for 993180b
1 file changed
sonar-plugin/standalone/src/main/java/org/sonar/plugins/javascript/standalone/StandaloneParser.java
@@ -45,11 +45,11 @@ public class StandaloneParser implements AutoCloseable {
45
46
private final BridgeServerImpl bridge;
47
48
- public StandaloneParser() throws InterruptedException {
+ public StandaloneParser() {
49
this(Http.getJdkHttpClient());
50
}
51
52
- public StandaloneParser(Http http) throws InterruptedException {
+ public StandaloneParser(Http http) {
53
ProcessWrapperImpl processWrapper = new ProcessWrapperImpl();
54
EmptyConfiguration emptyConfiguration = new EmptyConfiguration();
55
var temporaryFolder = new StandaloneTemporaryFolder();
0 commit comments