File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/main/java/com/checkmarx/intellij/devassist/ui/findings/window Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -401,13 +401,13 @@ private JPopupMenu createPopupMenu(ScanIssue detail) {
401401 copyDescription .setIcon (CxIcons .STAR_ACTION );
402402 popup .add (copyDescription );
403403
404- JMenuItem ignoreOption = new JMenuItem (Constants .RealTimeConstants .IGNORE_THIS_VULNERABILITY_FIX_NAME );
405- ignoreOption .setIcon (CxIcons .STAR_ACTION );
406- popup .add (ignoreOption );
407-
408- JMenuItem ignoreAllOption = new JMenuItem (Constants .RealTimeConstants .IGNORE_ALL_OF_THIS_TYPE_FIX_NAME );
409- ignoreAllOption .setIcon (CxIcons .STAR_ACTION );
410- popup .add (ignoreAllOption );
404+ // JMenuItem ignoreOption = new JMenuItem(Constants.RealTimeConstants.IGNORE_THIS_VULNERABILITY_FIX_NAME);
405+ // ignoreOption.setIcon(CxIcons.STAR_ACTION);
406+ // popup.add(ignoreOption);
407+ //
408+ // JMenuItem ignoreAllOption = new JMenuItem(Constants.RealTimeConstants.IGNORE_ALL_OF_THIS_TYPE_FIX_NAME);
409+ // ignoreAllOption.setIcon(CxIcons.STAR_ACTION);
410+ // popup.add(ignoreAllOption);
411411 popup .add (new JSeparator ());
412412
413413 JMenuItem copyFix = new JMenuItem ("Copy" );
You can’t perform that action at this time.
0 commit comments