Package org.locationtech.udig.issues

Examples of org.locationtech.udig.issues.AbstractIssue


    @Ignore("fails in tycho")
    @Test
    public void testLoadedIssueThrowsException() throws Exception {
        final IIssuesList list = IIssuesManager.defaultInstance.getIssuesList();
        list.clear();
        list.add(new AbstractIssue(){

            public void fixIssue( IViewPart part, IEditorPart editor ) {
            }

            public String getExtensionID() {
View Full Code Here

TOP

Related Classes of org.locationtech.udig.issues.AbstractIssue

Copyright © 2018 www.massapicom. 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.