alfasoftware / astra

Astra: a Java tool for analysing and refactoring Java source code
Apache License 2.0
68 stars 35 forks source link

Add test coverage for FindMethodInvocationsAnalysis and FindMethodDeclarationsAnalysis #62

Closed RadikalJin closed 2 years ago

RadikalJin commented 3 years ago

Test coverage should be added for these analysis operations using the AbstractAnalysisTest framework. The existing TestAssignmentAnalysis can be used as a model.

abhishekS14 commented 3 years ago

Hi, is this still open? I would like to contribute to this. Thanks!

RadikalJin commented 3 years ago

Hello @abhishekS14 - yes it is, please feel free to!

ade3p commented 2 years ago

:wave: Hi, is this issue still of significance considering was opened a year ago - if its still of interest and not being worked upon by anyone, I can take a look into it.

RadikalJin commented 2 years ago

Hi @ade3p - if you are happy to take a look that would be excellent, thanks!

ade3p commented 2 years ago

Hi @RadikalJin, created a draft PR #111 - kept it in a draft cuz made some modifications to existing code. Please review it.

RadikalJin commented 2 years ago

Resolved by #111.