openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
A
AssertJ
Settings
|
Report Duplicate
11
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
3 days
ago.
Aug 10, 2025 — Aug 10, 2026
Showing page 98 of 213
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
BREAKING CHANGE: Improve AssertionFailedError by replacing actual and expected by their representation as some default toString are not great (arrays for example). This does not address #1801 completely but at least improves the issue.
Joel Costigliola
More...
about 6 years ago
Revert 3dc400426359866bfef0c65c5e4cbd6d4eeaf9fb because of performance regression. Fixes #1898.
Joel Costigliola
More...
about 6 years ago
fix `Remove this 'public' modifier` sonar violations in org.assertj.core.api.date, org.assertj.core.api.double2darray, org.assertj.core.api.double_, org.assertj.core.api.doublearray, org.assertj.core.api.doublepredicate, org.assertj.core.api.fail, org.assertj.core.api.file, org.assertj.core.api.filter, org.assertj.core.api.float2darray, org.assertj.core.api.float, org.assertj.core.api.floatarray and org.assertj.core.api.future
epeee
More...
about 6 years ago
fix `Remove this 'public' modifier` sonar violations in org.assertj.core.api.char2darray, org.assertj.core.api.character, org.assertj.core.api.chararray, org.assertj.core.api.charsequence, org.assertj.core.api.classes and org.assertj.core.api.comparable
epeee
More...
about 6 years ago
fix `Remove this 'public' modifier` sonar violations in org.assertj.core.api.bigdecimal, org.assertj.core.api.biginteger, org.assertj.core.api.boolean2darray, org.assertj.core.api.boolean_, org.assertj.core.api.booleanarray, org.assertj.core.api.byte2darray, org.assertj.core.api.byte and org.assertj.core.api.bytearray
epeee
More...
about 6 years ago
Bump mockito.version from 3.4.3 to 3.4.4
epeee
More...
about 6 years ago
fix `Remove this 'public' modifier` sonar violations in org.assertj.core.api.array, org.assertj.core.api.assumptions and org.assertj.core.api.atomic
epeee
More...
about 6 years ago
fix `Remove this 'public' modifier` sonar violations in org.assertj.core.api.abstract_
epeee
More...
about 6 years ago
Bump mockito.version from 3.3.3 to 3.4.3
epeee
More...
about 6 years ago
Unused import
epeee
More...
about 6 years ago
AbstractByteArrayAssert asString should construct a new String with the default or a given charset. Fixes #1940
Joel Costigliola
More...
about 6 years ago
Bump mockito.version from 3.3.3 to 3.4.2 (#58)
dependabot[bot]
More...
about 6 years ago
Bump commons-lang3 from 3.10 to 3.11 (#1943)
dependabot[bot]
More...
about 6 years ago
Bump maven-bundle-plugin from 4.2.1 to 5.1.1 (#53)
dependabot[bot]
More...
about 6 years ago
More changes for singly-traversable 'contains' assertions (closes #1941)
rpolton
More...
about 6 years ago
Handle infinite or singly-traversable iterables for sequences assertions Fixes #1938
rpolton
More...
about 6 years ago
Recursive comparison should always compare enum with equals as enum don't have fields. Fixes #1939
Joel Costigliola
More...
about 6 years ago
Merge pull request #22 from sullis/dependabot-v2
Joel Costigliola
More...
about 6 years ago
Add singleElement iterable assertion to replace hasOnlyOneElementSatisfying. Clean up test code. Fixes #1933
mgrafl
More...
about 6 years ago
Add two ways to react to collected assertion error. Fixes #1800
Joel Costigliola
More...
about 6 years ago
Simplify LastResult success state
Joel Costigliola
More...
about 6 years ago
fix references to main branch (#1936)
Steven Crockett
More...
about 6 years ago
enable Dependabot v2
Sean C. Sullivan
More...
about 6 years ago
Breaking change: make the recursive comparison to ignore overridden equals by default. Fixes #1906
Joel Costigliola
More...
about 6 years ago
Fix javadoc warning
Joel Costigliola
More...
about 6 years ago
Bump byte-buddy.version from 1.10.12 to 1.10.13 (#1934)
dependabot[bot]
More...
about 6 years ago
Bump assertj-core from 3.15.0 to 3.16.1 (#51)
sullis
More...
about 6 years ago
Improve code coverage and fix a few warnings.
Joel Costigliola
More...
about 6 years ago
Rename MultidimensionalArrayShouldBeEqual to Array2dElementShouldBeDeepEqual and simplify the implementation. remove ShouldNotBeEmpty.subarrayShouldNotBeEmpty
Joel Costigliola
More...
about 6 years ago
Rename hasSameSizeAs to hasSameDimensionsAs for two-dimensional array assertions. Fix isEmpty and isNotEmpty that should check there elements absence/presence. Use a better error message for hasDimensions assertion. Improve SubarraysShouldHaveSameSize error message, remove duplication in it (at the cost of being less strongly typed) Remove internal comparison strategy that was applied to rows but the underlying comparator was comparing 2D arrays Refactor tests to check business logic in Arrays2D and verify Char2DArrays and Int2DArrays delegate to it
Joel Costigliola
More...
about 6 years ago
←
1
2
…
94
95
96
97
98
99
100
101
102
…
212
213
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree