CVS Project Portal CC Log Release Phase
waiting for next time to build since
22. Apr 2011 09:13:59

Task: idle
21. Apr 2011 17:56:10
Page updated:
22. Apr 2011 09:15:02
 
Latest Build
04/21/2011 15:44:19 (829)
04/01/2011 00:00:03 (828)
03/01/2011 01:00:01 (827)
02/01/2011 01:00:01 (826)
01/01/2011 01:00:02 (825)
12/01/2010 01:00:01 (824)
11/01/2010 01:00:01 (823)
09/13/2010 19:30:27 (822)
09/01/2010 00:00:01 (821)
08/01/2010 00:00:02 (820)
07/01/2010 00:00:01 (819)
06/01/2010 00:00:01 (818)
05/26/2010 18:22:30 (817)
05/01/2010 00:00:02 (816)
04/07/2010 07:22:30 (815)
04/07/2010 06:41:43 (814)
04/02/2010 20:51:01 (813)
04/02/2010 19:48:50 (812)
04/01/2010 00:00:03 (811)
03/11/2010 15:36:56 (810)
03/11/2010 14:40:04 (809)
Reload:
 
INTEGRATION BUILD COMPLETE -  BUILD_815
This build was started at 7. Apr 2010 07:22:30 and took 11 minutes 0 seconds to complete. All changes until 7. Apr 2010 07:16:57 were taken into account.
Build Artifacts

 Modifications since last build:  (17)
svn amandel /trunk/.classpath add asm-tree for tracing injector
svn amandel /trunk/src/xml/xsl/libcommon.xsl Remove trailing whitespaces.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/AspectPattern.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/AsmUtil.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/Tracer.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/JulTimingTracer.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/Slf4jTracer.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/TracingInjector.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/test/java/org/jcoderz/commons/tracing/AspectPatternTest.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/MethodTracingInjector.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/test/java/org/jcoderz/commons/tracing Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/TracingInjectorTask.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/TracingProxy.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/package.xml Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/ClassTracingInjector.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.
svn amandel /trunk/src/java/org/jcoderz/commons/tracing/JulTracer.java Add work in progress tracing components. - Extended TracingProxy that allows different Traces to be used - TracingInjector that allows aspect like injection of the tracing aspect. Please note that this is still work in progress.

 Unit Tests: (344)  passed (337)  failure (5)  error (2)
  
testcase errorFormatTest.testCollectionFormat 
java.lang.IndexOutOfBoundsException at java.nio.StringCharBuffer.subSequence(StringCharBuffer.java:92) at org.jcoderz.commons.logging.FixLengthFormat.parse(FixLengthFormat.java:284) at org.jcoderz.commons.logging.FixLengthFormat.parseObject(FixLengthFormat.java:197) at org.jcoderz.commons.logging.CollectionFormat.parseListElements(CollectionFormat.java:188) at org.jcoderz.commons.logging.CollectionFormat.parseObject(CollectionFormat.java:153) at java.text.Format.parseObject(Format.java:226) at org.jcoderz.commons.logging.FormatTest.formatAndParse(FormatTest.java:228) at org.jcoderz.commons.logging.FormatTest.testCollectionFormat(FormatTest.java:214)
 (java.lang.IndexOutOfBoundsException)
testcase errorJabberTest.testMain  Jabber send message failed fatal!  (java.lang.RuntimeException)
testcase failureFormatTest.testLogRecord  ParseException parsing T 2010-04-07T07:29:47.174Z 127.0.0.1 P77efa24c 10 INFO TRACEMSG None main 00001094 FormatTest.testLogRecord() TestLogRecord  (junit.framework.AssertionFailedError)
testcase failureFormatTest.testLogRecordWithMultiLineText  ParseException parsing T 2010-04-07T07:29:47.184Z 127.0.0.1 P77efa24c 10 INFO TRACEMSG None main 00000001>-00000002 FormatTest.testLogRecordWithMultiLineText() TestLogRecord Line1 same TestLogRecord Line2 same TestLogRecord Line 3  (junit.framework.AssertionFailedError)
testcase failureFormatTest.testLogMessage  ParseException parsing M 2010-04-07T07:29:47.186Z 127.0.0.1 P77efa24c 10 INFO 2000000 Undefined main a969c15c This is a test message and should not be used in a production environment. The parameter foo is set to 'null'. Now it's null. Time null.  (junit.framework.AssertionFailedError)
testcase failureThrowableUtilTest.testFixChaining  2nd nesting level unexpected (pre chain) expected:<null> but was:<java.lang.RuntimeException: in>  (junit.framework.AssertionFailedError)
testcase failureThrowableUtilTest.testGetCauseDetection  Differen method expected for getCause in org.xml.sax.SAXException expected:<get[Exception]> but was:<get[Cause]>  (junit.framework.ComparisonFailure)

 Findings: 2417, 296 new (12 error, 11 copy&paste, 219 warning, 237 design, 1335 code-style, 603 info)  in 401 files.
  
finding code-styleorg.jcoderz.commons.tracing.AspectPatternTest NEW: This file contains 51 findings with severity code-style.
finding errororg.jcoderz.commons.tracing.TracingInjector NEW: This file contains 6 findings with severity design.
finding code-styleorg.jcoderz.commons.tracing.MethodTracingInjector NEW: This file contains 33 findings with severity code-style.
finding warningorg.jcoderz.commons.tracing.Slf4jTracer NEW: This file contains 2 findings with severity warning.
finding code-styleorg.jcoderz.commons.tracing.Tracer NEW: This file contains 27 findings with severity code-style.
finding warningorg.jcoderz.commons.tracing.JulTimingTracer NEW: Should org.jcoderz.commons.tracing.JulTimingTracer$JulTimingTracingToken be a _static_ inner class?
finding warningorg.jcoderz.commons.tracing.JulTracer NEW: Should org.jcoderz.commons.tracing.JulTracer$JulTracingToken be a _static_ inner class?
finding code-styleorg.jcoderz.commons.tracing.TracingInjectorTask NEW: This file contains 22 findings with severity code-style.
finding code-styleorg.jcoderz.commons.tracing.ClassTracingInjector NEW: This file contains 17 findings with severity code-style.
finding warningorg.jcoderz.commons.tracing.AspectPattern NEW: This file contains 2 findings with severity warning.
 Service    #    LOC Quality 
 400.00% 
 testdata29877667.53% 
 guidelines120129179.09% 
 phoenix7523183582.13% 
 commons12436272986.84% 
 Package    #    LOC Quality 
 null400.00% 
 org.jcoderz.commons51520790.28% 
 org.jcoderz.commons.config52230792.11% 
 org.jcoderz.commons.connector49158788.59% 
 org.jcoderz.commons.connector.file55425485.87% 
 org.jcoderz.commons.connector.http63396688.88% 
 org.jcoderz.commons.connector.http.transport91428784.46% 
 org.jcoderz.commons.doclet19136181.34% 
 org.jcoderz.commons.logging1571237586.99% 
 org.jcoderz.commons.statistics760189.18% 
 org.jcoderz.commons.taskdefs105745684.72% 
 org.jcoderz.commons.tracing335368283.43% 
 org.jcoderz.commons.types59370085.08% 
 org.jcoderz.commons.types.samples1853488.76% 
 org.jcoderz.commons.util1821091487.22% 
 org.jcoderz.guidelines823477.78% 
 org.jcoderz.guidelines.snippets112105779.28% 
 org.jcoderz.phoenix.chart2d36239984.20% 
 org.jcoderz.phoenix.checkstyle640986.80% 
 org.jcoderz.phoenix.cmpgen243197289.35% 
 org.jcoderz.phoenix.dbview2383574.97% 
 org.jcoderz.phoenix.jabber637485.29% 
 org.jcoderz.phoenix.jcoverage1843783.30% 
 org.jcoderz.phoenix.report3381679380.67% 
 org.jcoderz.phoenix.report.samples2631458.60% 
 org.jcoderz.phoenix.sqlparser165583383.83% 
 org.jcoderz.phoenix.templategen88132079.55% 
 org.jcoderz.testdata29877667.53% 
Quality chart   Testcode chart

 Javadoc Errors (0) Warnings: (81)

Page generated in 69 ms