Package org.eclipse.emf.validation.ui.ide.quickfix

"Quick fix" problem marker resolution strategies for problem markers created from validation constraint violations.

See:
          Description

Class Summary
ValidationMarkerResolution A generator for problem marker resolutions that can fix validation problems.
 

Package org.eclipse.emf.validation.ui.ide.quickfix Description

"Quick fix" problem marker resolution strategies for problem markers created from validation constraint violations.

Package Specification

This package contains the default "quick fix" strategy which is simply to disable the constraint the reported the problem indicated in a marker.

This package will also, in the future, define a mini-framework for constraint providers to contribute fixes for their particular constraints, which actually solve problems instead of sweeping them under the rug.


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.