Project-ARTist / ARTist

ARTist's core implementation meant to be included in the art project. Provides ARTist APIs and boilerplate code for modules.
https://artist.cispa.saarland
Other
110 stars 25 forks source link

Fix method signature format #15

Open schrnz opened 6 years ago

schrnz commented 6 years ago

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.

schrnz commented 6 years ago

Postponed, will not be part of the beta.