mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Java org.brotli.dec sources.jar is not properly structured. #160
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lambdaupb on GitHub (Feb 26, 2017).
The sources jar file contains the source files, but all at the top-level instead of the package path.
currently:
But it should be structured by package like the compiled jar:
This makes the IDE not find the source files which would be very helpful for seeing javadoc and debugging.