-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Labels
Description
Preflight Checklist
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for an issue that matches the one I want to file, without success.
Problem Description
After analyzing the java.lang.StringConcatHelper file, it is found that the newString(byte[],long) and prepend(long,byte[],boolean,java.lang.String) hook rule is changed in Java16.
Proposed Solution
Add two string propagation rules:
java.lang.StringConcatHelper.newString(byte[],long)
java.lang.StringConcatHelper.prepend(long,byte[],boolean,java.lang.String)
Alternatives Considered
No response
Additional Information
No response