Skip to content

coreidcc/cidtrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first draft of instrumentation using javassist

- generates basic enter/leave traces by emitting JUL.log calls
- per default instrument all public methods of all classes
- demonstrate the use of annotations to fine tune tracing

Missing.... hell a lot
- global configuration to control
  - which classes/packages to be instrumented
  - list for to be masked out method parameters
- refine annotation support
- application of sane configuration defaults
- dedicated getter/setter support
- basic test are available / extend for configuration options (once they are available)

FIXMEs/HACKs:
- some hard coded class/package names
- get rid of quick and dirty shell scripts
- ger rid of Main and Point classes

Optimization:
- minimize string concatenations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published