We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ed105 commit a1461e5Copy full SHA for a1461e5
docs/decisions/0038-use-entryId-for-bibentries.md
@@ -23,6 +23,7 @@ This, however, is not useful in the UI, where equal entries are not the same ent
23
## Considered Options
24
25
* Use `BibEntry.getId` for indexing `BibEntry`
26
+* Use `System.identityHashCode` for indexing `BibEntry`
27
* Rewrite `BibEntry` logic
28
29
## Decision Outcome
0 commit comments