Skip to content

Check ObjectType formatting #93

@jitsedesmet

Description

@jitsedesmet

I think ProGuardCORE might benefit from a check on the formatting of the Field Descriptors of ObjectType.
I've now already forgotten to write the ; twice and since no error is thrown, it's a pain to discover this mistake.

example:

val pattern =
            instructionSequenceBuilder.getstatic("java/lang/System", "out", "Ljava/io/PrintStream")

Is missing a ; in `Ljava/io/PrintStream, yet it is hard to discover this when debugging since no error is thrown.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions