Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2.x #186

Closed
wants to merge 27 commits into from
Closed

2.2.x #186

wants to merge 27 commits into from

Conversation

leerho
Copy link
Contributor

@leerho leerho commented May 22, 2024

No description provided.

leerho added 27 commits May 8, 2024 10:43
static Memory wrap(byte[] array, int offsetBytes, int lengthBytes,
ByteOrder byteOrder) ...
...
return BaseWritableMemoryImpl.wrapHeapArray(array, 0, lengthBytes, true,
ByteOrder.nativeOrder(), null);

The "0" in the return statement should have been "offsetBytes".
I checked the similar classes WritableMemory, Buffer and WritableBuffer
for a similar error and they were all OK.
This fix includes a test for this bug.

This will be merged into branch 2.2.X in preparation for a bug fix
release 2.2.1.
Updated spotbugs and fixed all the warnings.
Aligned checkstyle config with DS-Java checkstyle config.
Fixed some minor issues identified by checkstyle.
Fixed some checkstyle configuration errors.
everywhere else we use 2.

Change indents to 2
The pom file in the ds-memory-java11 branch used indents of 4 while
This does not impact any release.
@leerho leerho closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant