Package de.plushnikov.intellij.plugin.inspection

Examples of de.plushnikov.intellij.plugin.inspection.LombokInspection


  protected String getTestDataPath() {
    return "./lombok-plugin/src/test/data/inspection";
  }

  private void doTest() throws Exception {
    doTest(getTestName(true), new LombokInspection());
  }
View Full Code Here


  protected String getTestDataPath() {
    return "./lombok-plugin/src/test/data/inspection";
  }

  private void doTest() throws Exception {
    doTest(getTestName(true), new LombokInspection(), "java 1.5");
  }
View Full Code Here

TOP

Related Classes of de.plushnikov.intellij.plugin.inspection.LombokInspection

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.