Skip to content

build(deps): bump org.projectlombok:lombok from 1.18.32 to 1.18.36 #486

build(deps): bump org.projectlombok:lombok from 1.18.32 to 1.18.36

build(deps): bump org.projectlombok:lombok from 1.18.32 to 1.18.36 #486

Triggered via push January 20, 2025 17:03
Status Success
Total duration 4m 16s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
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'
Unused import: src/main/java/net/lihui/app/plugin/thoughtworkscodereviewtools/client/TrelloClient.java#L20
Unused import `import java.util.stream.Collectors;`
Analyze (java)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636