python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Signature of generic MethodRefs in .NET Profiler API
I am using the .NET profiler API to do IL rewriting. One of my objectives is to emit the type tokens of called method arguments. However, it gets tricky when it comes to generics. For instance, consid...
dvvrd
Votes: 0
Answers: 0
How to export array/list of measurements using openTelemetry in Java
I have an array of metrics, some measurements related to my project written in Java 8.
I want to export it using openTelemetry to google to be able to get some statistical information about it.
I'm us...
Amr Akmal
Votes: 0
Answers: 0
What should be the value of address argument when using jacocoagent.jar in tcpserver mode
We are trying to find code coverage of our java services using automation tests that are written in Python. We want to use jacoco for recording the coverage data using on-the-fly instrumentation.
Deta...
Saurabh Rai
Votes: 0
Answers: 1