-
Notifications
You must be signed in to change notification settings - Fork 58
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
String.split/toUpperCase/toLowerCase/replaceAll do not work #266
Comments
I guess this is the root cause, and the wrapping exception message was Its an exception handler with PHI values that cannot be resolved correctly. I thought I fixed that many moons ago, but here is another corner case I missed. It is damn hard to get JVM Exception handling right. |
About the Reflection API usages in the compiler log: is is not a warning or an error. It is meant to inform the user about certain Reflection API usages. The used classes are not automatically resolved, as some cases are not always needed, as seen by Latin1 Character encodings vs, whole UTF vs. generated code size. |
Yes indeed that was the message, I thought it was unnecessary so I left it out. How about providing an option to disable to Reflection API usage logger? It's pretty unnecessary to me. |
Merged to master. All other RegEx related issues will be resolved by #269. |
EDIT: I found that this same error also affects toUpperCase and toLowerCase.
EDIT: I found that a similar error affects replaceAll
2019-11-04 compile-time error:
(Click here) Leftover warnings from a debug?
The text was updated successfully, but these errors were encountered: