Advices

This is an alphabetical list of all the advices in this documentation set:

Bug_00000144Add_B_CInitilializer
  Adds two initializers at the end of the existing list of initializers
Bug_00000144Add_DInitilializer
  Inserts initializer to the constructor
Bug_0000015addCommentFoo
 Weaves the characters with "umlaut"
Add_HTMLaddCommentFoo
  Adds four lines at the end of all existing comments
AddMultipleLine_1addCommentFoo
  Adds two lines at the end of all existing comments
AddMultipleLine_2addCommentFoo
  Adds five lines at the end of all existing comments
AddSingleLineaddCommentFoo
  Adds single line comment at the end of all existing comments
AddModifiersaddPrivate
 Inserts public, protected and two private access modifier blocks
AddDeclarationsaddPrivate_1
 Inserts private member variable to all classes
AddDeclarationsaddPrivate_2
 Inserts private member variable to all classes that have explicit public declarations
AddDeclarationsaddProtected
 Inserts two protected member variables to all classes
AddDeclarationsaddPublic_1
 Inserts public member variable to all classes
AddDeclarationsaddPublic_2
 Inserts public member variable to all classes
AddMultiLineAtBeginaddSingleLine
 Adds three single line comments at the beginning of a block
AddMultiLineAtEndaddSingleLine
 Adds three single line comments at the end of a block
AddSingleLineAtBeginaddSingleLine
 Adds single line comment at the beginning of a block
AddSingleLineAtEndaddSingleLine
 Adds single line comment at the end of a block
AddSingleLineAtAroundaddSingleLineAround
 Adds two single line comments in a block
AddSingleLineAtBeginAndEndaddSingleLineAtBegin
 Adds a single line comment at the beginning of a block
AddSingleLineAtBeginAndEndaddSingleLineAtEnd
 Adds a single line comment at the end of a block
AllFunctionBeginCodeFragmentaFunctionOfGivenClass
  This advice inserts a single line comment to method fOneParameter of class Base
AllFunctionBeginCodeFragmentallFunctions
  This advice inserts a single line comment to all functions
AllFunctionBeginCodeFragmentallFunctionsOfGivenClass
  This advice inserts a single line comment to all methods of class Base
AllReturnBeforeCodeFragmentallReturnStatements
  The IF-THEN-ELSE statement is inserted before every occurence of return
Bug_00000112BeforeReturn
 Weaves int x = 10; code before every return statement
AllFunctionDollarVariablesclassDollarVaribles
  Test dollar variables defined for srcML element class
AllFunctionDollarVariablesfunction_declDollarVaribles
  Test dollar variables defined for srcML element function_decl
AllFunctionDollarVariablesfunctionDollarVaribles
  Test dollar variables defined for srcML element function
AllFunctionBeginCodeFragmentgivenFunctionsInAllClasses
  This advice inserts a single line comment to all methods with name fOneParameter
AllFunctionBeginCodeFragmentintReturnValue
  This advice inserts a single line comment to all methods that returns type int
AllMultiplelineCodeFragmentsmultipleLineIfSingleText3
 This advise checks multiple line codeFragment with single <text> elements
AllMultiplelineCodeFragmentsmultipleLineIfSingleText4
 This advise checks multiple line codeFragment with single <text> elements
AllMultiplelineCodeFragmentsmultipleLineMutlipleText2
 This advise checks multiple line codeFragment with multiple <text> elements
AllMultiplelineCodeFragmentsmultipleLineSingleText1
 This advise checks multiple line codeFragment with single <text> elements
AllFunctionBeginCodeFragmentpointerReturnValue
  This advice inserts a single line comment to all methods that returns pointer
ReplaceCommentreplaceComment
  All comments that contain substrin '@trace' are replaced by code printf( "Trace" );
Bug_00000112ReplaceReturn
 Replaces the return statements with code return 20000;
AllFunctionDollarVariablesreturnDollarVaribles
  Test dollar variables defined for srcML element return
EmptyConstrainttracer
 Adds a printout of Hello World at the begin of each method
NoConstrainttracer
 Adds a printout of Hello World at the begin of each method
EmptyConstrainttracer_1
 Adds a printout of Hello World at the begin of each method
NoConstrainttracer_1
 Adds a printout of Hello World at the begin of each method
AllFunctionDollarVariablesunitDollarVaribles
  Test dollar variables defined for srcML element unit