{"id":2222,"date":"2008-08-29T10:54:03","date_gmt":"2008-08-29T10:54:03","guid":{"rendered":"http:\/\/t.motd.kr\/articles\/2222\/netty-reaches-75-test-coverage-whats-next"},"modified":"2022-12-28T01:45:40","modified_gmt":"2022-12-27T16:45:40","slug":"netty-reaches-75-test-coverage-whats-next","status":"publish","type":"post","link":"https:\/\/vault.motd.kr\/wordpress\/posts\/2222\/netty-reaches-75-test-coverage-whats-next\/","title":{"rendered":"Netty reaches 75%+ test coverage. What's next?"},"content":{"rendered":"\n
Netty 3.0.0.CR3<\/a> was my first serious attempt to achieve high test coverage by writing many test cases in my life, and it was very exciting for me. I was able to fix more than a dozen bugs with them.<\/p>\n EclEmma<\/a> was very helpful to review all the source code and to achieve high test coverage. The byte code instrumented by Emma<\/a> ran much faster than other open source test coverage tools, yet providing reliable numbers.<\/p>\n Granted that both the API<\/span> and implementation of Netty<\/a> became stable enough, I’m going to focus on writing JavaDoc and user guide for the next week. The first GA is expected in a couple weeks – please stay tuned!<\/p>\n As always, your feed back<\/a> is more than appreciated.<\/p>\n","protected":false},"excerpt":{"rendered":" Netty 3.0.0.CR3 was my first serious attempt to achieve high test coverage by writing many test cases in my life, and it was very exciting for me. I was able to fix more than a dozen bugs with them. EclEmma was very helpful to review all the source code and to achieve high test coverage…. Continue reading