Ejemplo n.º 1
0
 private boolean check() {
   myError =
       NewModuleUtil.check(
           MPSExtentions.DOT_SOLUTION,
           mySolutionSettings.getSolutionName(),
           mySolutionSettings.getSolutionLocation());
   setErrorText(myError);
   return myError == null;
 }