GoodGrind / ghostwriter

Solutions for instrumenting application flow tracking API calls into an existing code base in a non-invasive way
GNU Lesser General Public License v2.1
20 stars 4 forks source link

Check lambda support (Java 8) #30

Open szabolcsmaj opened 7 years ago

szabolcsmaj commented 7 years ago

Prepare a simple unit test that verifies whether entering/exiting information is called for lambda functions.

Some additional acceptance tests are still required to ensure the stability of the implementation.

snorbi07 commented 7 years ago

Lambda tracing is currently disabled. Providing support for it is a lot of effort and currently I'm not sure whether it makes a lot of sense.