Skip to content

Commit a3e2f1b

Browse files
committed
tidy: make fixable comments more clear
1 parent c47fe8d commit a3e2f1b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

plugin/src/main/java/io/snyk/eclipse/plugin/views/snyktoolview/handlers/snykFilterFixableIssuesHandler.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ public snykFilterFixableIssuesHandler() {
2323
TreeViewerFilter filter = new TreeViewerFilter();
2424

2525
// TODO Add the correct filter strings here when we have items in the treeview.
26+
// The fixable states a Ai Fix issues can have are one of: AI Fixable, Not AI
27+
// Fixable or Any AI Fix Status
2628
filter.addSearchText(""); // Ai Fix filter flash string
29+
30+
// The fixable states open source issues can have are one of: Fixable,
31+
// Partially Fixable, No Supported Fix, Any Fixability Level
2732
filter.addSearchText(""); // OSS Upgradable filter string
2833
filter.setMatchAll(true);
2934

0 commit comments

Comments
 (0)