alfasoftware / astra

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

(#89) Reduce cognitive complexity of AstraUtils#isStaticallyImportedMethod #92

Closed dasilva-gabriel closed 2 years ago

dasilva-gabriel commented 2 years ago

Fixes #89

Changes proposed in this pull request: • Make a function that returns our list of ImportDeclaration • Delete the first checks that are not used