Browse Source

243224: dont lose context

tags/V162DEV_M1
aclement 16 years ago
parent
commit
17cd055166
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      weaver/src/org/aspectj/weaver/patterns/NotPointcut.java

+ 1
- 0
weaver/src/org/aspectj/weaver/patterns/NotPointcut.java View File

@@ -32,6 +32,7 @@ public class NotPointcut extends Pointcut {
super();
this.body = negated;
this.pointcutKind = NOT;
setLocation(negated.getSourceContext(), negated.getStart(),negated.getEnd()); // should that be at least start-1?
}

public NotPointcut(Pointcut pointcut, int startPos) {

Loading…
Cancel
Save