Fork me on GitHub

Screenshots

Perfidix comes with a programming interface for invoking the source and with an Eclipse plugin accessible over the update site http://disy.github.com/perclipse/.

Please note that you need to have the perfidix-jar in your classpath to make Perclipse work. This can either happen over

  • maven, by inserting perfidix to your dependency:
<dependency>
	<groupId>org.perfidix</groupId>
	<artifactId>perfidix</artifactId>
	<version>3.6.6</version>
</dependency>
  • eclipse, by adding perfidix as library over a QuickFix as shown in the screenshot below

Insertion as Library

Invocation

The following screenshots represents examples of invoking perfidix over perclipse :

Invocation example

Annotating methods

The following image shows the annotation of an existing class:

Annotation of class

Results

The output is piped to the commando as an example.

Result of a bench