mirror of
https://github.com/Jueee/effective-Java.git
synced 2024-12-25 20:30:08 +08:00
b92f3efb02
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/commits/r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
MethodsCommonToAllObjects | ||
10.重写equals方法时遵守通用约定.md | ||
11.重写equals方法时同时也要重写hashcode方法.md | ||
12.始终重写toString方法.md | ||
13.谨慎地重写clone方法.md | ||
14.考虑实现Comparable接口.md |