Class DeleteProperty

All Implemented Interfaces:
IQuickFix, IQuickFixer, IMarkerResolution, IMarkerResolution2

public class DeleteProperty extends QuickFixAdapter implements IQuickFix
Fixes a problem with the file name by deleting the property. This is typically used when a duplicate property has been created.
Author:
Christopher Mindus
  • Field Details

    • ID

      public static final String ID
      The ID "DeleteProperty".
      See Also:
    • property

      protected GProp<?> property
      The property found, null if not found.
  • Constructor Details

    • DeleteProperty

      public DeleteProperty()
      Constructs the quick-fixer with default constructor for Eclipse.
    • DeleteProperty

      protected DeleteProperty(GProp<?> property)
      Creates a quick-fixer to go to the specified property.
      Parameters:
      property - The property to go to.
  • Method Details