pom-explorer
pom-explorer copied to clipboard
Any chance to include something similar to "which class is calling this method,..." ?
I worked on a small library to detect
- who is calling this method ?
- who is declaring this class ?
- who is using this artefact ?
- do I have conflicting/duplicated classes-methods in my web-inf/lib ?
- what's the difference between these 2 wars ?
- what's the difference in term of artifact's dependencies between my production and acceptance environments ?
https://github.com/mestachs/archeo4j
I would be great if the pom-explorer would handle these use cases.
Hi,
First of all thanks for your suggestion !
I just had a look at your code, and i am very enthousiastic to integrate it in pom-explorer !
Now for the time frame : as i foresee, a lot of custom functionalities could be wanted, like the one you are proposing.
So my idea is for the moment to prepare an "extension system" like a plugin system to integrate plugins like yours very easily.
What do you think ?
Thanks