You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are right now using two different formats for method signatures:
For the injection framework TODO, we use the JVM notation, e.g. Lsaarland/cispa/artist/codelib/CodeLib;traceLog()V, while for the definition of method filters, the format provided by PrettyPrint(...) is used. We should make this consistent across the API to avoid confusing users.
The text was updated successfully, but these errors were encountered:
We are right now using two different formats for method signatures:
For the injection framework TODO, we use the JVM notation, e.g.
Lsaarland/cispa/artist/codelib/CodeLib;traceLog()V
, while for the definition of method filters, the format provided byPrettyPrint(...)
is used. We should make this consistent across the API to avoid confusing users.The text was updated successfully, but these errors were encountered: