Skip to content

Push on main

Push on main #27

GitHub Actions / Qodana Community for JVM completed Mar 27, 2024 in 0s

66 new problems found by Qodana Community for JVM

Qodana Community for JVM

66 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 54
Leaking 'this' in constructor 🔶 Warning 8
Unused receiver parameter 🔶 Warning 1
Leaking 'this' in constructor ◽️ Notice 3

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 53 in database/src/main/kotlin/io/heapy/komok/database/tables/records/PersonRecord.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Accessing non-final property id in constructor

Check notice on line 75 in database/src/main/kotlin/io/heapy/komok/database/tables/Person.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Leaking 'this' in constructor of non-final class Person

Check notice on line 85 in database/src/main/kotlin/io/heapy/komok/database/tables/Person.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Leaking 'this' in constructor of non-final class Person

Check notice on line 80 in database/src/main/kotlin/io/heapy/komok/database/tables/Person.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Leaking 'this' in constructor of non-final class Person

Check warning on line 55 in database/src/main/kotlin/io/heapy/komok/database/tables/records/PersonRecord.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Accessing non-final property age in constructor

Check warning on line 66 in database/src/main/kotlin/io/heapy/komok/database/tables/records/PersonRecord.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Accessing non-final property age in constructor

Check warning on line 67 in database/src/main/kotlin/io/heapy/komok/database/tables/records/PersonRecord.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Calling non-final function resetChangedOnNotNull in constructor

Check warning on line 56 in database/src/main/kotlin/io/heapy/komok/database/tables/records/PersonRecord.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Calling non-final function resetChangedOnNotNull in constructor

Check warning on line 64 in database/src/main/kotlin/io/heapy/komok/database/tables/records/PersonRecord.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Accessing non-final property id in constructor

Check warning on line 65 in database/src/main/kotlin/io/heapy/komok/database/tables/records/PersonRecord.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Accessing non-final property name in constructor

Check warning on line 54 in database/src/main/kotlin/io/heapy/komok/database/tables/records/PersonRecord.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Accessing non-final property name in constructor

Check warning on line 14 in src/main/kotlin/io/heapy/komok/store/mapping.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused receiver parameter

Receiver parameter is never used

Check warning on line 6 in src/main/kotlin/io/heapy/komok/store/UserStore.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Interface "User" is never used

Check warning on line 43 in src/main/kotlin/io/heapy/komok/store/BookmarksStore.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "chat" is never used

Check warning on line 42 in database/src/main/kotlin/io/heapy/komok/database/DefaultCatalog.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "REQUIRE_RUNTIME_JOOQ_VERSION" is never used

Check warning on line 44 in src/main/kotlin/io/heapy/komok/store/BookmarksStore.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "parent" is never used

Check warning on line 94 in database/src/main/kotlin/io/heapy/komok/database/tables/Person.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Constructor is never used

Check warning on line 35 in src/main/kotlin/io/heapy/komok/store/BookmarksStore.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "content" is never used

Check warning on line 43 in database/src/main/kotlin/io/heapy/komok/database/tables/daos/PersonDao.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Function "fetchOneById" is never used

Check warning on line 8 in src/main/kotlin/io/heapy/komok/store/GroupStore.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Class "GroupStore" is never used

Check warning on line 32 in database/src/main/kotlin/io/heapy/komok/database/Public.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "PERSON" is never used

Check warning on line 6 in src/main/kotlin/io/heapy/komok/TimeContext.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "clock" is never used

Check warning on line 14 in database/src/main/kotlin/io/heapy/komok/database/tables/references/Tables.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "PERSON" is never used

Check warning on line 30 in database/src/main/kotlin/io/heapy/komok/database/DefaultCatalog.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "PUBLIC" is never used

Check warning on line 27 in src/main/kotlin/io/heapy/komok/store/BookmarksStore.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Property "sharedWith" is never used