-
Recent Posts
Recent Comments
- keiki on SimpleDateFormat in multithreaded environment
- EugeneChung on SimpleDateFormat in multithreaded environment
- keiki on Autoboxing: Traps and Advantages
- John-Paul Cunliffe on Autoboxing: Traps and Advantages
- ZeeMan on Unknown Java Features Part 1: BitSet
Archives
Categories
Meta
Tags
- Anti-Pattern
- autoboxing
- benchmark
- BitSet
- book
- boolean
- boolean array
- cache
- Calendar
- clean code
- code coverage
- common
- datetime
- FIFO
- Formatting
- harness
- hello world
- Integer
- JaCoCo
- Java
- Java 7
- Java 8
- JAXB
- jmh
- jodatime
- LinkedHashMap
- Linux
- logging
- LRU
- maven
- memory
- micro
- micro benchmarking
- multithreading
- Pattern
- Performance
- SimpleDateFormat
- sonar
- static
- String
- StringBuilder
- tips
- Tooling
- unknown features
- XML
-
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Tag Archives: code coverage
JaCoCo – the new and revolting Java Code Coverage tool
I’ve stumpled across JaCoCo while searching for a possibility to have the code coverage of a multi modul project merged. JaCoCo is made from the same developer, which made the eclipse plugin EclEmma. The big advantage (and disadvantage maybe) is … Continue reading