Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #772: PowerMockIgnorePackagesExtractorImpl should visit interfaces #777

Merged

Conversation

hypnoce
Copy link
Contributor

@hypnoce hypnoce commented Apr 10, 2017

Fixes #772
Do a DFS on superclass + interfaces hierarchy to find all PowerMockIgnore annotations. Avoid duplication introduced by diamond interface hierarchies by storing packages in a set.

… find all PowerMockIgnore annotations. Avoid duplication introduced by diamond interface hierarchies by storing results in a set.
@thekingn0thing thekingn0thing changed the title Fixes #772 Fixes #772: PowerMockIgnorePackagesExtractorImpl should visit interfaces Apr 15, 2017
@hypnoce
Copy link
Contributor Author

hypnoce commented May 20, 2017

Hi,

do you have an ETA for the 1.7 release ?

Thanks

@thekingn0thing
Copy link
Member

@hypnoce , I'm waiting while review comment for two issue will be fixed. I think, I'll close #770 and implement DelegatePowerMockMaker by myself.

@thekingn0thing thekingn0thing merged commit 4432467 into powermock:master May 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants