Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / eclipse-collections/eclipse-collections issues and pull requests
#100 - Fix bug in primitiveArrayList.reverseThis()
Pull Request -
State: closed - Opened by guoci over 8 years ago
- 1 comment
#99 - Upgrade compilation source/target to JDK 8.
Pull Request -
State: closed - Opened by itohro over 8 years ago
- 2 comments
#98 - Deprecate or hide collection factory constructors. Closes #26.
Pull Request -
State: closed - Opened by superhindupur over 8 years ago
- 17 comments
#97 - Implement LazyIterable.takeWhile(Predicate) and LazyIterable.dropWhile(Predicate).
Pull Request -
State: closed - Opened by nikhilnanivadekar over 8 years ago
- 3 comments
#96 - Fix several type signature problems due to missing overrides, incorrect return types, and generics problems.
Pull Request -
State: closed - Opened by motlin over 8 years ago
- 3 comments
#95 - Implement MutablePrimitiveList.collectPrimitive().
Pull Request -
State: closed - Opened by superhindupur over 8 years ago
- 9 comments
#94 - Improve SumOfIntTest by shuffling object lists and adding IntList.
Pull Request -
State: closed - Opened by donraab over 8 years ago
#93 - Implement synchronized Multimaps. Closes #22.
Pull Request -
State: closed - Opened by g-votte over 8 years ago
- 6 comments
#92 - Implement synchronized BiMap. Closes #25.
Pull Request -
State: closed - Opened by superhindupur over 8 years ago
- 14 comments
#91 - Implement Bags.mutable.ofAll(Iterable<? extends T> items) and Bags.mutable.withAll(Iterable<? extends T> items).
Pull Request -
State: closed - Opened by nikhilnanivadekar over 8 years ago
#90 - Add missing covariant overrides and fix method signature for sumByInt(), sumByLong(), sumByFloat() and sumByDouble().
Pull Request -
State: closed - Opened by nikhilnanivadekar over 8 years ago
- 13 comments
#89 - Fix ecj compilation issues.
Pull Request -
State: closed - Opened by itohro over 8 years ago
#88 - Implement RichIterable.getOnly().
Issue -
State: closed - Opened by motlin over 8 years ago
- 16 comments
Labels: enhancement, major-version
#87 - Fix ecj compilation issues.
Pull Request -
State: closed - Opened by itohro over 8 years ago
- 2 comments
#86 - Initialize draft release note for 8.0.0.
Pull Request -
State: closed - Opened by itohro over 8 years ago
#85 - Pull up into() from LazyIterable to RichIterable.
Pull Request -
State: closed - Opened by donraab over 8 years ago
- 2 comments
#84 - Optimize MutableList.chunk() for RandomAccess lists
Pull Request -
State: closed - Opened by nikhilnanivadekar over 8 years ago
- 1 comment
#83 - Implement keySet() on Multimap.
Pull Request -
State: closed - Opened by nikhilnanivadekar over 8 years ago
- 2 comments
#82 - Implement MutableMultimap.putAllPairs(Iterable<Pair<K, V>> keyValuePairs).
Pull Request -
State: closed - Opened by nikhilnanivadekar over 8 years ago
#81 - Change MutableBagIterable.addOccurrences(T item, int occurrences) to return the updated number of occurrences instead of void.
Pull Request -
State: closed - Opened by nikhilnanivadekar over 8 years ago
- 5 comments
#80 - Update README.md links to point to 7.1.0.
Pull Request -
State: closed - Opened by itohro over 8 years ago
#79 - Move custom JUnit runner into the org.eclipse.collections package hierarchy.
Pull Request -
State: closed - Opened by motlin over 8 years ago
#78 - Skip deployment of the junit-trait-runner maven module.
Pull Request -
State: closed - Opened by itohro over 8 years ago
#77 - Add issue management, CI management, and mailing list information to parent pom.
Pull Request -
State: closed - Opened by motlin over 8 years ago
#76 - Implement HashBagWithHashingStrategy. Closes #23.
Pull Request -
State: closed - Opened by superhindupur over 8 years ago
- 9 comments
#75 - Fix ecj compilation issues.
Pull Request -
State: closed - Opened by itohro over 8 years ago
- 1 comment
#74 - Update Eclipse project files and pom files to be able to build the project in Eclipse IDE
Pull Request -
State: closed - Opened by itohro over 8 years ago
#73 - Enable Maven JDeps plugin to find usages of JDK internal API.
Pull Request -
State: closed - Opened by nikhilnanivadekar over 8 years ago
#72 - Add an instruction to write a draft release note to CONTRIBUTING.md.
Pull Request -
State: closed - Opened by itohro over 8 years ago
- 6 comments
#71 - Add link to Kata from README.md.
Pull Request -
State: closed - Opened by itohro over 8 years ago
- 2 comments
#70 - Implement HashBagWithHashingStrategy. Closes #23.
Pull Request -
State: closed - Opened by superhindupur over 8 years ago
- 3 comments
#69 - Implement HashBagWithHashingStrategy. #23
Pull Request -
State: closed - Opened by superhindupur over 8 years ago
- 1 comment
#68 - Optimize iteration patterns in a few LazyIterables to not delegate to an Iterator.
Pull Request -
State: closed - Opened by motlin over 8 years ago
#67 - Replace forkMode with forkCount
Pull Request -
State: closed - Opened by motlin over 8 years ago
- 1 comment
#66 - Update README.md links to point to 7.0.2.
Pull Request -
State: closed - Opened by itohro over 8 years ago
- 4 comments
#65 - Add new assertions and test coverage.
Pull Request -
State: closed - Opened by motlin over 8 years ago
- 1 comment
#64 - Improve the Travis builds.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
#63 - Fix bug in ArrayIterate.chunk().
Pull Request -
State: closed - Opened by motlin almost 9 years ago
- 1 comment
#62 - Merge 7.0.2 + fix in ArrayIterate.chunk() into master.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
- 3 comments
#61 - Skip deployment of the junit-trait-runner maven module.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
#60 - Add release-artifacts profile to the build in the junit-trait-runner maven module.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
- 2 comments
#59 - Implement Iterate.groupByAndCollect().
Pull Request -
State: closed - Opened by nikhilnanivadekar almost 9 years ago
#58 - Replace forkMode with forkCount
Pull Request -
State: closed - Opened by marschall almost 9 years ago
- 8 comments
#57 - Fix GenerateMojo Deprecated Syntax Warnings
Pull Request -
State: closed - Opened by marschall almost 9 years ago
- 3 comments
#56 - Better handle hash collisions
Issue -
State: closed - Opened by marschall almost 9 years ago
- 2 comments
#55 - Extract size variables.
Pull Request -
State: closed - Opened by donraab almost 9 years ago
#54 - Bug Fix for Primitive Hash Maps With Hashing Strategy
Pull Request -
State: closed - Opened by jajodr almost 9 years ago
- 1 comment
#53 - Bug Fix for Primitive Maps with Hashing Strategy
Pull Request -
State: closed - Opened by jajodr almost 9 years ago
- 4 comments
#52 - Fix unit test of Iterate.chunk() to test inter-op with JDK Collections.
Pull Request -
State: closed - Opened by nikhilnanivadekar almost 9 years ago
- 2 comments
#51 - Add tests that revealed the memory leak in HashBiMap fixed in the previous commits.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
Labels: bug, minor-version
#50 - Simplify and optimize a few methods.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
- 2 comments
Labels: minor-version
#49 - Eclipse issues with MANIFEST.MF
Issue -
State: closed - Opened by elius1 almost 9 years ago
- 2 comments
Labels: bug, help wanted
#48 - Implement RichIterable.groupByEachAndCollect().
Issue -
State: open - Opened by nikhilnanivadekar almost 9 years ago
- 2 comments
Labels: enhancement, help wanted, minor-version
#47 - Implement RichIterable.groupByAndCollect().
Issue -
State: closed - Opened by nikhilnanivadekar almost 9 years ago
- 3 comments
Labels: enhancement, help wanted, minor-version
#46 - Implement RichIterable.toMultimap().
Issue -
State: open - Opened by nikhilnanivadekar almost 9 years ago
- 3 comments
Labels: enhancement, minor-version
#45 - Implement keySet() on Multimap.
Issue -
State: closed - Opened by nikhilnanivadekar almost 9 years ago
- 3 comments
#44 - Implement asLazy() on Multimap.
Issue -
State: closed - Opened by nikhilnanivadekar almost 9 years ago
- 1 comment
#43 - Implement MutableMultimap.putAllPairs(Iterable<Pair<K, V>> keyValuePair).
Issue -
State: closed - Opened by nikhilnanivadekar almost 9 years ago
Labels: enhancement, major-version
#42 - Add badge for GitHub release notes to the README.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
Labels: minor-version
#41 - Fix memory leak in HashBiMap.
Pull Request -
State: closed - Opened by superhindupur almost 9 years ago
- 6 comments
Labels: bug
#40 - Update README.md links to point to 7.0.1.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
- 2 comments
Labels: minor-version
#39 - Several improvements to the build.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
Labels: minor-version
#38 - Fix syntax of examples in Javadoc.
Pull Request -
State: closed - Opened by nikhilnanivadekar almost 9 years ago
- 1 comment
#37 - Implement Iterate.toMultimap()
Pull Request -
State: closed - Opened by nikhilnanivadekar almost 9 years ago
- 22 comments
Labels: minor-version
#36 - Implement Verify.assertNotInstanceOf. #28
Pull Request -
State: closed - Opened by superhindupur almost 9 years ago
- 1 comment
#35 - Add instructions for commit sign-off to contribution guide.
Pull Request -
State: closed - Opened by nikhilnanivadekar almost 9 years ago
#34 - Add .maven folder to .gitignore file.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
#33 - Prepare the build in the 7.0.x branch for releasing 7.0.1.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
#32 - Add .maven folder to .gitignore file.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
- 2 comments
#31 - Modify pom files so that they can be updated via maven-versions-plugin.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
- 4 comments
#30 - Implement Verify.assertListMultimapsEqual(), Verify.assertSetMultimapsEqual(), Verify.assertBagMultimapsEqual(), Verify.assertSortedSetMultimapsEqual(), Verify.assertSortedBagMultimapsEqual().
Pull Request -
State: closed - Opened by nikhilnanivadekar almost 9 years ago
- 4 comments
#29 - Fix typo for Project Management Infrastructure.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
#28 - Implement Verify.assertNotInstanceOf().
Issue -
State: closed - Opened by motlin almost 9 years ago
Labels: enhancement, minor-version
#27 - Change MutableBagIterable.addOccurrences(T item, int occurrences) to return the updated number of occurrences instead of void.
Issue -
State: closed - Opened by motlin almost 9 years ago
Labels: enhancement, major-version
#26 - Deprecate or hide collection factory constructors.
Issue -
State: closed - Opened by motlin almost 9 years ago
- 1 comment
Labels: enhancement, major-version
#25 - Implement synchronized BiMaps.
Issue -
State: closed - Opened by motlin almost 9 years ago
- 20 comments
Labels: enhancement, minor-version
#24 - Implement unmodifiable BiMaps.
Issue -
State: closed - Opened by motlin almost 9 years ago
- 1 comment
Labels: enhancement, minor-version
#23 - Implement Bags that use hashing strategies.
Issue -
State: closed - Opened by motlin almost 9 years ago
Labels: enhancement, minor-version
#22 - Implement synchronized Multimaps.
Issue -
State: closed - Opened by motlin almost 9 years ago
- 1 comment
Labels: enhancement, major-version
#21 - Implement unmodifiable Multimaps.
Issue -
State: open - Opened by motlin almost 9 years ago
- 2 comments
Labels: enhancement, minor-version
#20 - Implement LazyIterable.takeWhile(Predicate) and LazyIterable.dropWhile(Predicate).
Issue -
State: closed - Opened by motlin almost 9 years ago
- 2 comments
Labels: enhancement, major-version
#19 - Create CONTRIBUTING.md and add community references to README.md
Pull Request -
State: closed - Opened by motlin almost 9 years ago
- 1 comment
#18 - Add community references to README.md and CONTRIBUTING.md.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
- 5 comments
#17 - Changes for 7.0.1 bug fix release.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
- 5 comments
#16 - Fix UnifiedSet$ChainedBucket.removeLongChain() method.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
#15 - Several improvements to the build.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
#14 - Update the version number from 7.0.0 to 7.1.0-SNAPSHOT.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
#13 - Add Maven/Gradle/Ivy references for 7.0.0 to README.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
#12 - Exclude parent module from maven deploy.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
#11 - Add release profile for GPG signing and OSSRH configurations to parent pom file.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
#10 - Changes in build configuration to upload artifacts to Maven Central.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
#9 - Add about files for release.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
#8 - Configure the travis build to include parallel jobs for static analysis. Fix the static analysis violations.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
#7 - Remove Maven/Gradle/Ivy reference until release is completed.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
#6 - Merge three fixes related to moving to the new repository.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
#5 - Restore iml files that got removed during conversion.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
- 1 comment
#4 - Fix locale sensitive test cases.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
- 1 comment
#3 - Remove Maven/Gradle/Ivy reference until release is completed.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
- 1 comment
#2 - Fix GitHub url in pom files.
Pull Request -
State: closed - Opened by itohro almost 9 years ago
- 1 comment
#1 - Initial import.
Pull Request -
State: closed - Opened by motlin almost 9 years ago
- 1 comment