Closed jeffmaury closed 2 years ago
Why is it inside the test folder? Shouldn't it be in main? This could be re-use somewhere else. Then the constructor is private but the method are not static.
This is only required during tests. Will fix the static issue
Kudos, SonarCloud Quality Gate passed!
This is only required during tests. Will fix the static issue
We use that thing in other plugin tests so if you put it in common test is not visible outside... or is there a way to see that when importing IJ-common as dep?
This is only required during tests. Will fix the static issue
We use that thing in other plugin tests so if you put it in common test is not visible outside... or is there a way to see that when importing IJ-common as dep?
No you can reuse them see https://github.com/redhat-developer/intellij-openshift-connector/blob/13654c4378efeae7445f9f5ab50ce80bf63b1b8f/build.gradle#L74
Fixes #122
Signed-off-by: Jeff MAURY jmaury@redhat.com