Examples of LombokInspection


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

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(), "java 1.5");
  }
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.