Package com.intellij.openapi.diagnostic

Examples of com.intellij.openapi.diagnostic.Attachment


                                             (rightExpr != null ? rightExpr.getText() : null) +
                                             "\n" +
                                             DebugUtil.currentStackTrace(),
                                             "CFML parsing problem",
                                             "CFML parsing problem",
                                             new Attachment("problem.cfml", element.getContainingFile().getText())));
          return null;
        }
      }
      return ((CfmlVariable)element).getPsiType();
    }
View Full Code Here

TOP

Related Classes of com.intellij.openapi.diagnostic.Attachment

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.