Package org.eclipse.core.resources

Examples of org.eclipse.core.resources.IResource.findMarkers()


  }

  public void testMarkerNotCreated() throws Exception {
    IResource resource = createPredefinedProjectAndGetResource("bestpractices",
        "src/parent-bean-specifies-abstract-negative.xml");
    IMarker[] markers = resource.findMarkers(null, false, IResource.DEPTH_ZERO);
    assertNotHasMarkerWithText(markers, ParentBeanSpecifiesAbstractClassRule.INFO_MESSAGE);
  }

  @Override
  String getRuleId() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.