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

Replace usage of expire time for cache expiration check #20

Merged
merged 1 commit into from
Nov 7, 2024

Replace usage of expire time for cache expiration check

de99c8f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Replace usage of expire time for cache expiration check #20

Replace usage of expire time for cache expiration check
de99c8f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana completed Nov 7, 2024 in 0s

Qodana

45 problems were detected.

Details

📓 Find out how to view the whole Qodana report.
📭 Contact us at [email protected]
👀 Or via our issue tracker: https://jb.gg/qodana-issue
🔥 Or share your feedback: https://jb.gg/qodana-discussions

Annotations

Check warning on line 37 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Incorrect string capitalization

String 'e.g.: http://example.com' is not properly capitalized. It should have sentence capitalization

Check warning on line 38 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Incorrect string capitalization

String 'e.g.: secret/my-secret' is not properly capitalized. It should have sentence capitalization

Check warning on line 26 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Field may be 'final'

Field `secretText` may be 'final'

Check warning on line 25 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Field may be 'final'

Field `addressText` may be 'final'

Check warning on line 24 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Field may be 'final'

Field `panel` may be 'final'

Check warning on line 27 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Field may be 'final'

Field `tokenFileText` may be 'final'

Check failure on line 73 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Usage of API marked for removal

Overrides method that is deprecated and marked for removal in 'com.intellij.database.dataSource.DatabaseAuthProvider'

Check warning on line 96 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Optional call chain can be simplified

Can be replaced with 'isEmpty()'

Check warning on line 5 in src/main/java/com/premiumminds/datagrip/vault/VaultBundle.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import

Unused import `import org.jetbrains.annotations.NotNull;`

Check warning on line 4 in src/main/java/com/premiumminds/datagrip/vault/VaultBundle.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unused import

Unused import `import org.jetbrains.annotations.NonNls;`

Check warning on line 91 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Redundant local variable

Local variable `response` is redundant

Check warning on line 98 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Redundant local variable

Local variable `response` is redundant

Check warning on line 201 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

'com.intellij.database.dataSource.DatabaseConnectionInterceptor.ProtoConnection' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseConnectionInterceptor' marked with @ApiStatus.Internal

Check warning on line 107 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

Overridden method 'updateFromUrl(com.intellij.database.dataSource.url.template.@org.jetbrains.annotations.NotNull ParametersHolder)' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseAuthProvider' marked with @ApiStatus.Internal

Check warning on line 185 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

'getConnectionPoint()' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseConnectionInterceptor' marked with @ApiStatus.Internal

Check warning on line 108 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

'getConnectionProperties()' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseConnectionInterceptor' marked with @ApiStatus.Internal

Check warning on line 73 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

Overridden method 'isApplicable(com.intellij.database.dataSource.@org.jetbrains.annotations.NotNull LocalDataSource, com.intellij.database.dataSource.DatabaseAuthProvider.@org.jetbrains.annotations.NotNull ApplicabilityLevel)' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseAuthProvider' marked with @ApiStatus.Internal

Check warning on line 118 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

'com.intellij.database.dataSource.DatabaseAuthProvider.AuthWidget' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseAuthProvider' marked with @ApiStatus.Internal

Check warning on line 87 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

Overridden method 'reloadCredentials()' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseAuthProvider' marked with @ApiStatus.Internal

Check warning on line 97 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

Overridden method 'getPreferredFocusedComponent()' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseAuthProvider' marked with @ApiStatus.Internal

Check warning on line 63 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

Overridden method 'getId()' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseAuthProvider' marked with @ApiStatus.Internal

Check warning on line 39 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

'com.intellij.database.dataSource.DatabaseAuthProvider' is marked unstable with @ApiStatus.Internal

Check warning on line 78 in src/main/java/com/premiumminds/datagrip/vault/VaultDatabaseAuthProvider.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

'com.intellij.database.dataSource.DatabaseConnectionInterceptor.ProtoConnection' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseConnectionInterceptor' marked with @ApiStatus.Internal

Check warning on line 22 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

'com.intellij.database.dataSource.DatabaseAuthProvider' is marked unstable with @ApiStatus.Internal

Check warning on line 72 in src/main/java/com/premiumminds/datagrip/vault/VaultWidget.java

See this annotation in the file changed.

@github-actions github-actions / Qodana

Unstable API Usage

Overridden method 'onChanged([email protected] Runnable)' is declared in unstable interface 'com.intellij.database.dataSource.DatabaseAuthProvider' marked with @ApiStatus.Internal