Skip to content
Snippets Groups Projects
Commit 5d2bd218 authored by Christian Wulf's avatar Christian Wulf
Browse files

removed cflow

parent b3780020
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ import kieker.ExampleRecordFactory; ...@@ -7,7 +7,7 @@ import kieker.ExampleRecordFactory;
import kieker.ObjectFactory; import kieker.ObjectFactory;
import kieker.ObjectPool; import kieker.ObjectPool;
public aspect CallAspect percflow(add(*)) { // one instance of this aspect per method call public aspect CallAspect /*percflow(add(*))*/ { // one instance of this aspect per method call
// pointcut methodcall() : call(* *.*(..)) && add(*); // pointcut methodcall() : call(* *.*(..)) && add(*);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment