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

Add descriptor for field scheme inside ClassInfo #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 10, 2024

  1. Add descriptor for field scheme inside ClassInfo

    Byte-code allow you to have same field names if descriptors are different. Remapper wes crashing if so happened
    danirod12 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8de6406 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    4a29bc6 View commit details
    Browse the repository at this point in the history
  2. Add raw storage for fields, changed storing separator

    Added raw storage "fieldName -> info" to keep performance
    Previous separator space changed to dot separator
    Changed runtime class fields retrieving also
    danirod12 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7daf20d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfe6694 View commit details
    Browse the repository at this point in the history