Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-4836 convert max idle time to seconds #2514

Merged
merged 2 commits into from
Mar 29, 2024

Merge branch 'devel' into CB-4836-jetty-cache-not-cleared

e5de49f
Select commit
Loading
Failed to load commit list.
Merged

CB-4836 convert max idle time to seconds #2514

Merge branch 'devel' into CB-4836-jetty-cache-not-cleared
e5de49f
Select commit
Loading
Failed to load commit list.
Jenkins-CI-integration / CheckStyle Java Report required action Mar 29, 2024 in 0s

CheckStyle Java Report

There are 0 failures, 1 warnings

Annotations

Check warning on line 203 in server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/jetty/CBJettyServer.java

See this annotation in the file changed.

@jenkins-ci-integration jenkins-ci-integration / CheckStyle Java Report

server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/jetty/CBJettyServer.java#L203

Distance between variable sessionHandler declaration and its first usage is 4, 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).