-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request