Interface QuickFix


  • public interface QuickFix
    Represents a quick fix for an Issue, with a description and a collection of InputFileEdit.
    Since:
    9.13
    • Method Detail

      • message

        java.lang.String message()
        Returns:
        the message for this quick fix, which will be shown to the user as an action item.
      • inputFileEdits

        java.util.List<InputFileEdit> inputFileEdits()
        Create a new input file edit
        Returns:
        the list of input file edits for this quick fix