Skip to content

Merge pull request #59 from evandor/TAB-430-tabHistory

Sign in for the full log view
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Qodana for JVM completed Oct 30, 2023 in 0s

50 new problems found by Qodana for JVM

Qodana for JVM

12 new problems were found

Inspection name Severity Problems
Unresolved TypeScript reference 🔴 Failure 5
Type mismatch 🔴 Failure 1
Tail recursion 🔶 Warning 1
Inconsistent tsconfig.json properties 🔶 Warning 1
Type mismatch ◽️ Notice 2
Field can be readonly ◽️ Notice 2

💡 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 [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 5 in src-pwa/.eslintrc.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Type mismatch

Method expression can be null or undefined

Check notice on line 16 in quasar.config.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Type mismatch

Method expression can be null or undefined

Check warning on line 14 in src/services/BookmarksService.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Tail recursion

Tail recursion

Check warning on line 2 in tsconfig.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Inconsistent tsconfig.json properties

Cannot resolve file tsconfig-preset

Check notice on line 10 in e2e/PageDefs/SidePanelWelcomePageDefinition.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Field can be readonly

Field can be readonly

Check notice on line 8 in e2e/AboutPage.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Field can be readonly

Field can be readonly

Check failure on line 11 in src/components/helper/SidePanelFooterLeftButton.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unresolved TypeScript reference

Unresolved variable tooltip

Check failure on line 38 in src/components/layouts/OpenTabCard.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unresolved TypeScript reference

Unresolved variable chromeTabId

Check failure on line 8 in src/components/buttons/ToolbarButton.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unresolved TypeScript reference

Unresolved variable tooltip

Check failure on line 41 in src/components/views/TabDetails.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unresolved TypeScript reference

Unresolved function or method openTabset()

Check failure on line 74 in src/components/widgets/NavTabsetsListWidgetNonBex.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unresolved TypeScript reference

Unresolved function or method toggleExpand()

Check failure on line 29 in src/components/layouts/OpenTabCard.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Type mismatch

Type chrome.tabs.Tab is not assignable to type Tab