Просмотр исходного кода

temp fix to allow parserexceptions out...

extensions
aclement 17 лет назад
Родитель
Сommit
2139d996eb
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java

+ 2
- 1
weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java Просмотреть файл

@@ -1731,7 +1731,8 @@ public class AtAjAttributes {
} catch (ParserException e) {
reportError("Invalid pointcut '" + pointcutString + "': " + e.toString() +
(e.getLocation()==null?"":" at position "+e.getLocation().getStart()), struct);
return null;
throw e;
// return null;
}
}

Загрузка…
Отмена
Сохранить