Package com.antlersoft.analyzer

Examples of com.antlersoft.analyzer.SourceObject


        try {

          IJavaElement javaElementToOpen = null;

          SourceObject source = (SourceObject) selected;
          javaElementToOpen = findTypeInAllJavaProjects(source);

          // log error if we dont' have the file

          if (javaElementToOpen == null) {

            Bbq_eclipsePlugin.getDefault()
                             .getLog()
                             .log(Bbq_eclipsePlugin.createStatus("unable to find file: "
                                                                     + source.getDBClass()
                                                                             .getName(),
                                                                 new Exception("benign"),
                                                                 org.eclipse.core.runtime.IStatus.INFO,
                                                                 0));
            return;
View Full Code Here

TOP

Related Classes of com.antlersoft.analyzer.SourceObject

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.