Bug_00000112 Aspect
[BugTests Group]

This aspect is defined in file: ../../AspectXTestSuite/bugs/Bug_0000112/aspects/replaceReturn.ax

Aspect Description

This advice tests the bug reported through our bug reporting system as the issue number 112. See Mantis
Author:
I. Birrer

Pointcuts


Advices

replaceReplaceReturn
 Replaces the return statements with code return 20000;
beforeBeforeReturn
 Weaves int x = 10; code before every return statement

Pointcut Documentation


Advice Documentation

replace ReplaceReturn (source)

Triplet: return replace codeFragment

Replaces the return statements with code return 20000;.

Local Pointcut: return (source)

before BeforeReturn (source)

Triplet: return before codeFragment

Weaves int x = 10; code before every return statement.

Local Pointcut: return (source)