Skip to content

build(deps): bump org.sonarqube from 3.3 to 5.0.0.4638 #389

build(deps): bump org.sonarqube from 3.3 to 5.0.0.4638

build(deps): bump org.sonarqube from 3.3 to 5.0.0.4638 #389

Triggered via push April 5, 2024 12:02
Status Failure
Total duration 2m 18s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 29 warnings
Analyze (java)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.16.5/x64/codeql/java/tools/autobuild.sh". Exit code was 1 and last log line was: Picked up JAVA_TOOL_OPTIONS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false. See the logs for more details.
Analyze (java)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Nullability and data flow problems: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L134
Condition `ownerComboBox.getItem() instanceof OwnerDTO` is redundant and can be replaced with a null check
Nullability and data flow problems: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L67
Method invocation `getTrelloBoardMembers` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L86
Method invocation `getTrelloBoardLabels` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L130
Condition `labelComboBox.getItem() instanceof LabelDTO` is redundant and can be replaced with a null check
Nullability and data flow problems: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L78
Method invocation `getTrelloBoardMembers` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L62
Method invocation `getTrelloBoardLabels` may produce `NullPointerException`
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L79
Unchecked call to 'CollectionComboBoxModel(List)' as a member of raw type 'com.intellij.ui.CollectionComboBoxModel'
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L88
Unchecked call to 'ComboBox(ComboBoxModel)' as a member of raw type 'com.intellij.openapi.ui.ComboBox'
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L88
Unchecked assignment: 'com.intellij.openapi.ui.ComboBox' to 'com.intellij.openapi.ui.ComboBox'
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L68
Unchecked call to 'CollectionComboBoxModel(List)' as a member of raw type 'com.intellij.ui.CollectionComboBoxModel'
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L63
Unchecked assignment: 'com.intellij.ui.CollectionComboBoxModel' to 'javax.swing.ComboBoxModel'
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L87
Unchecked call to 'CollectionComboBoxModel(List)' as a member of raw type 'com.intellij.ui.CollectionComboBoxModel'
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L80
Unchecked call to 'ComboBox(ComboBoxModel)' as a member of raw type 'com.intellij.openapi.ui.ComboBox'
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L68
Unchecked assignment: 'com.intellij.ui.CollectionComboBoxModel' to 'javax.swing.ComboBoxModel'
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L80
Unchecked assignment: 'com.intellij.openapi.ui.ComboBox' to 'com.intellij.openapi.ui.ComboBox'
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L94
Unchecked call to 'setRenderer(ListCellRenderer)' as a member of raw type 'com.intellij.openapi.ui.ComboBoxWithWidePopup'
Unchecked warning: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/ui/CodeReviewPanel.java#L63
Unchecked call to 'CollectionComboBoxModel(List)' as a member of raw type 'com.intellij.ui.CollectionComboBoxModel'