Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/manual/interning-checker.tex
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@
\item The class is final, so that subclasses cannot violate these properties.
\end{itemize}

The result of a constructor call (that is, \<new MyClass(...)>) is not
necessarily \<@InternedDistinct> because the \<equals()> method of
\<MyClass> might return true for two distinct objects.


\sectionAndLabel{What the Interning Checker checks}{interning-checks}

Expand Down