Don't generate Tracer when tracing option is absent

Issue #144 resolved
Jesper Öqvist created an issue

Don't generate the Tracer class when the --tracing option is absent.

Comments (2)

  1. Jesper Öqvist reporter

    Write the Tracer class directly to file

    • write Tracer class directly to Tracer.java
    • don't parse the Tracer class as an aspect
    • don't generate Tracer without --tracing option

    fixes issue #144 (bitbucket) fixes issue #145 (bitbucket)

    → <<cset a86eb47d0dfa>>

  2. Log in to comment