View | Details | Raw Unified | Return to bug 60015
Collapse All | Expand All

(-)src/org/aspectj/weaver/patterns/KindedPointcut.java (-2 / +2 lines)
Lines 121-128 Link Here
121
                        shadow.getSignature().getDeclaringType().toString(),
121
                        shadow.getSignature().getDeclaringType().toString(),
122
                        signature.getDeclaringType().toString()
122
                        signature.getDeclaringType().toString()
123
                    },
123
                    },
124
                    this.getSourceLocation(),
124
					shadow.getSourceLocation(), 
125
                    new ISourceLocation[] {shadow.getSourceLocation()} );               
125
					new ISourceLocation[] {this.getSourceLocation()});                    
126
		}
126
		}
127
	}
127
	}
128
128

Return to bug 60015