ソースを参照

fix bug 120401 - adding signature to identify exception message source

tags/V1_5_0RC1
wisberg 18年前
コミット
3ac4627039
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      weaver/src/org/aspectj/weaver/UnresolvedType.java

+ 1
- 1
weaver/src/org/aspectj/weaver/UnresolvedType.java ファイルの表示

@@ -215,7 +215,7 @@ public class UnresolvedType implements TypeVariableDeclaringElement {
* binding.
*/
public UnresolvedType parameterize(Map typeBindings) {
throw new UnsupportedOperationException("resolve this type first");
throw new UnsupportedOperationException("unable to parameterize unresolved type: " + signature);
}
/**

読み込み中…
キャンセル
保存