$. What it does?
When we design our own Java classes, we often depend on the 3rd party Java classes.
Sometimes, we need to clarify the relationship among those 3rd party Java classes.
And Aspect by AspectJ can shed light on our way.
This project is the template for the Aspect by AspectJ.
By the pointcut for the method call, we can trace back'who calls it.
The word 'who' in this context is:
Which method of which class
For instance ...
By the pointcut for:
com.thirdparty.Foo.bar()
we can trace:
Which method of which class
calls:
com.thirdparty.Foo.bar()
$. Requirements
This project depends on:
AspectJ
Ant
Features
- The template for Aspect of AspectJ
- Aspect for tracing the Java method call
Categories
Source Code AnalysisLicense
GNU General Public License version 3.0 (GPLv3)Follow MethodCallTrace4Java
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MethodCallTrace4Java!