aboutsummaryrefslogtreecommitdiffstats
path: root/org.jacoco.core.test/src/org/jacoco/core/instr
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year 2016!Marc R. Hoffmann2016-01-122-2/+2
* Happy New Year 2015!Marc R. Hoffmann2015-01-042-2/+2
* Allow loading multiple test target classes in preparation for Java 8Marc R. Hoffmann2014-04-271-4/+4
* GitHub #186: Remove signatures from JAR files.Marc R. Hoffmann2014-02-221-0/+38
* Happy New Year 2014!Marc R. Hoffmann2014-01-052-2/+2
* Context information for error messages.Marc R. Hoffmann2013-05-271-6/+70
* Support for archives in Pack200 format (GitHub #91).Marc R. Hoffmann2013-03-221-1/+37
* Happy New Year!Marc R. Hoffmann2013-01-042-2/+2
* Allow (recursive) instrumentation of archives.Marc R. Hoffmann2012-12-281-6/+53
* Separate session data from IRuntime.Marc R. Hoffmann2012-12-231-2/+3
* Migrate to ASM 4.0, support INVOKEDYNAMIC.Marc R. Hoffmann2012-09-091-6/+25
* Fix EOLsEvgeny Mandrikov2012-08-301-46/+46
* Update copyright year to 2012.Marc R. Hoffmann2012-01-022-2/+2
* Update copyright year to 2012.Marc R. Hoffmann2012-01-012-2/+2
* Remove obsolete JavaDoc tags from headers.Marc R. Hoffmann2011-01-142-9/+3
* Change license header to year 2011.Marc R. Hoffmann2011-01-122-2/+2
* Trac #133: Hide internal implementation classes.Marc R. Hoffmann2011-01-125-706/+0
* Use new org.junit.Assert API only.Marc R. Hoffmann2011-01-041-1/+1
* Track #66: add probes for switch instructionsMarc R. Hoffmann2010-12-121-0/+56
* Track #66: replace basic block with new flow analysisMarc R. Hoffmann2010-12-128-1125/+144
* SF #3106102: Only process actual Java class files during analysis.Marc R. Hoffmann2010-11-121-3/+60
* Track #66: probe position calculationMarc R. Hoffmann2010-11-111-0/+1
* Remove unused keywords, filter all source files for proper version tag in Jav...Marc R. Hoffmann2010-10-0413-26/+13
* Trac #96: Refactor class visitor to delegation model, reduce visibility of in...Marc R. Hoffmann2010-05-305-32/+145
* Trac #96: Ignore all methods without code.Marc R. Hoffmann2010-05-281-96/+1
* Trac #80: Verify that instrumentation does not break serialization.Marc R. Hoffmann2010-04-141-0/+93
* Cleanup, rename and test GeneratorConstants.Marc R. Hoffmann2010-04-111-0/+119
* Trac #64, #69, #81: Produce correct stackmap frames without using LocalVariab...Marc R. Hoffmann2010-04-092-1/+196
* Remove debug output from test case.Marc R. Hoffmann2010-04-051-1/+0
* Trac. #78: Sniff file types by contents, support nested archives.Marc R. Hoffmann2010-04-052-8/+193
* Trac #74: Don't Required Class Registration at RuntimeMarc R. Hoffmann2010-03-101-5/+9
* Cleanup copyright headers and automatically verify them during the build.Marc R. Hoffmann2010-03-058-18/+12
* Trac #21: Code coverage for static initializers in interfaces.Marc R. Hoffmann2010-03-041-1/+13
* Avoid overhead of GeneratorAdapter.Marc R. Hoffmann2010-01-311-3/+2
* Trac #58: collect class signature, superclass and interface namesChristoph Beck2010-01-091-1/+5
* Trac #47: Store execution probes in a single array.Marc R. Hoffmann2009-11-104-50/+41
* #44 Common implementation for method enumeration to avoid inconsistencies.Marc R. Hoffmann2009-10-301-0/+145
* Directly determine local variable and stack sizes.Marc R. Hoffmann2009-10-021-3/+1
* Unit tests for MethodAnalyzer.Marc R. Hoffmann2009-10-021-0/+275
* #23: Share execution data porperly if the same class definition is loaded mul...Marc R. Hoffmann2009-09-071-3/+1
* Introduce new logging based runtime.Marc R. Hoffmann2009-08-101-2/+2
* Avoid NPE in case of invalid directory.Marc R. Hoffmann2009-08-031-0/+61
* #18 Fail with IllegalStateException when trying to instrument a instrumented ...Marc R. Hoffmann2009-07-291-0/+72
* JaCoCo initial drop.Marc R. Hoffmann2009-06-074-0/+565