Hi guys,
Before elobrating my question, please allow me introduce some background about my requirements
i want to combine Jacoco coverage dections with test case in order to make testing more accurate.
So I want to change one-dimensional boolean probes records to two-dimensional probes records, such as Map<String, boolean[]> , it can find the accurate
test case which cover the code.
i've clone jacoco from github to IDEA, how can i start to debug jacoco project and do some development?
want to knows how probes init and insert, helping complete my requirements
So any tips?
Thx
junliang