Please, prefix the report title with the language it applies to within brackets, such as [java] or [apex].
If not specific to a language, you can use [core].
Affects PMD Version:
6.2.0
Rule:
MissingSerialVersionUID
Description:
Code Sample demonstrating the issue:
public class Foo implements Serializable { private static final long serialVersionUID = 1234567L; } // PMD does not complain about this class public class Bar extends Foo { // ... no serialVersionUID value defined ... }
see old rejected patch for same issue
Running PMD through: [Maven]
krichter722 and mohui1999
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4