Skip to content

x == y fails with a NullPointerException when x is null #439

Closed
@smarter

Description

@smarter

InterceptedMethods now rewrite x == y into x.equals(y) but this means that if x is null, there will be a NullPointerException, surely that's not the intended behaviour?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions