Muzzle should fail on unimplemented abstract methods#1193
Conversation
f6e4705 to
b8eed12
Compare
|
Thank you for tackling this ❤️👍 |
01e65e2 to
173db14
Compare
173db14 to
ad9d143
Compare
|
Hei, @mateuszrzeszutek, maybe you can help @trask with #536 ;) |
💯 @mateuszrzeszutek I will review this PR tomorrow 👍 |
Sure - after implementing this change I think I can answer at least half of these questions. I'll put it on my TODO list and push a PR soon. |
trask
left a comment
There was a problem hiding this comment.
have you tried to see if this would have caught the ServletOutputStream issue? i gave it a try, but muzzle still didn't fail for me on unimplemented ServletOutputStream methods
…ling/muzzle/Reference.java Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
You're right, I unknowingly introduced a bug when I was refactoring the first working version. Thanks for noticing it! I'll add a unit test that covers this specific scenario. |
Resolves #1123