Skip to content

Muzzle should fail on unimplemented abstract methods #1123

@mateuszrzeszutek

Description

@mateuszrzeszutek

This is an idea for improvement that would have prevented something like #1083 from happening.
In that issue, Servlet API 3.1 introduced two new abstract methods to ServletOutputStream that were unimplemented in our code -- and everything was OK until someone tried to call one of them.

I believe that muzzle should fail for an instrumentation if one of our classes that implements/extends some lib/framework class has missing methods.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions