dbeaver/pro#3977 ability to load self-signet cert from a specific folder #955
Annotations
2 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
server/bundles/io.cloudbeaver.server.ce/src/io/cloudbeaver/server/CBPlatform.java#L57
[checkstyle] reported by reviewdog 🐶
Distance between variable 'startTime' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
Raw Output:
/github/workspace/./server/bundles/io.cloudbeaver.server.ce/src/io/cloudbeaver/server/CBPlatform.java:57:9: warning: Distance between variable 'startTime' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). (com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck)
|
This job failed
Loading