Bug_00000144 Aspect
[BugTests Group]

This aspect is defined in file: ../../AspectXTestSuite/bugs/Bug_0000144/aspects/AddInitializer.ax

Aspect Description

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

Pointcuts

member_listinitializerListOfTest
  Points to list of initializers of constructors of the class Test
constructorconctructorsOfTest
  Points to the constructor of class Test

Advices

addAdd_B_CInitilializer
  Adds two initializers at the end of the existing list of initializers
addAdd_DInitilializer
  Inserts initializer to the constructor

Pointcut Documentation

member_list initializerListOfTest (source)
Points to list of initializers of constructors of the class Test.
constructor conctructorsOfTest (source)
Points to the constructor of class Test.

Advice Documentation

add Add_B_CInitilializer (source)

Triplet: member_list add initializer initializer

Adds two initializers at the end of the existing list of initializers.

Refers to global pointcut: member_list initializerListOfTest

add Add_DInitilializer (source)

Triplet: constructor add initializer

Inserts initializer to the constructor.

Refers to global pointcut: constructor conctructorsOfTest