public SuppressFix(HighlightDisplayKey key) { this(key.getID()); myAlternativeID = HighlightDisplayKey.getAlternativeID(key); }
public SuppressForMemberFix(@NotNull HighlightDisplayKey key, boolean forClass) { super(key.getID(), false); myForClass = forClass; }