ChainedIterable Duplicated Classes.
See original GitHub issueChainedIterable appears to have Duplicate classes.
uk.gov.gchq.koryphe.util.IterableUtil.ChainedIterable
& uk.gov.gchq.gaffer.commonutil.iterable.ChainedIterable
Combine different constructors into the same class and remove the duplicate.
Migrate into Gaffer and delete Koryphe class.
! Highlight: take the better code from Korphye and overwrite into Gaffer. !
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Avoid duplicate method in two already extended classes ...
A and B implement interface I and method m1() has same definition in both. How to avoid writing duplicate code. Java 8 cannot...
Read more >Releases · gchq/koryphe - GitHub
ChainedIterable Duplicate Class #266; Bump jackson-databind from 2.11.4 to 2.12.6.1 #264; Improve process for updating copyright headers #263 ...
Read more >All Classes (MicroStream API 7.0) - MicroStream Reference Manual
Abstract class with static delegate array logic methods to be used as ... BulkList<E>. Collection that is ordered and allows duplicates. BulkList.Creator<E>.
Read more >Ban Duplicate Classes - Extra Enforcer Rules
Ban Duplicate Classes. This rule checks the dependencies and fails if any class is present in more than one dependency.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There are quite a few duplicated classes between Gaffer common-util and Koryphe core - maybe it’s worth migrating all of these from Gaffer into Koryphe, especially since Gaffer common-util already has a dependency on Koryphe core?
Closed by https://github.com/gchq/Gaffer/pull/2645