Back to Error Prone

ExtendsObject

docs/bugpattern/ExtendsObject.md

2.49.0149 B
Original Source

T extends Object is redundant; both <T> and <T extends Object> compile to identical class files.— unless you are using the Checker Framework.