<aspect xmlns:src="http://www.sdml.info/srcML/src" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://control.ee.ethz.ch/XWeaver/AspectX" xsi:schemaLocation="http://control.ee.ethz.ch/XWeaver/AspectX ../../../../src/xsd/aspectX.xsd" name="EmptyConstraint">
  
<description>This advice tests the bug reported through our bug reporting system as the issue number 357.
    See 
<a href="http://control.ee.ethz.ch/~ceg/mantis/view.php?id=357">Mantis</a>.
    
<author>ibirrer</author>
  
</description>
  
<advice type="begin" name="tracer">
    
<description>Adds a printout of Hello World at the begin of each method.</description>  
    
<pointcut constraint="" type="src:function" />
    
<codeModifier type="codeFragment">
      
<text>printf("Hello World 1");</text>
    
</codeModifier>
  
</advice>
  
  
<advice type="begin" name="tracer_1">
    
<description>Adds a printout of Hello World at the begin of each method.</description>  
    
<pointcut constraint="" type="src:function" />
    
<codeModifier type="codeFragment">
      
<text>printf("Hello World 2");</text>
    
</codeModifier>
  
</advice>
</aspect>






































v