RbChecker Audit

Designed for use with RbUtils and Ant.

Summary

RbUtils-RbChecker version0.11
Report generated onSat Jul 07 17:25:21 CEST 2007
Root Directory/usr/projects/rbutils/src
Files9
Errors6
Exceptions 5

Note: errors are checked for in files while exceptions indicate that unexpected problems occur during the check.


Files

NameErrors Exceptions
org/ktc/rbutils/rb/check/errors.properties20
org/ktc/rbutils/rb/check/errors_fr.properties01
org/ktc/rbutils/rb/check/messages.properties11
org/ktc/rbutils/rb/check/messages_fr.properties00
org/ktc/rbutils/rb/generation/messages.properties00
org/ktc/rbutils/rb/generation/messages_fr.properties10
Unknown Error01
org/ktc/rbutils/rbutilsInfos.properties00
org/ktc/rbutils/rbutilsTasks.properties22

Errors/Exceptions Detail

File org/ktc/rbutils/rb/check/errors_fr.properties - Class org.ktc.rbutils.rb.check.errors - Locale fr

Error TypeError Description
Exceptionthis is a test runtime exception
java.lang.RuntimeException: this is a test runtime exception
at org.ktc.rbutils.api.reflect.ReflectUtills.invokeConstructor(ReflectUtills.java:53)
at org.ktc.rbutils.rb.check.MainChecker.doCheck(MainChecker.java:161)
at org.ktc.rbutils.rb.check.MainChecker.check(MainChecker.java:127)
at org.ktc.rbutils.rb.check.RbCheckerTask.realExecute(RbCheckerTask.java:94)
at org.ktc.rbutils.rb.check.RbCheckerTask.execute(RbCheckerTask.java:57)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org.ktc.rbutils.api.reflect.ReflectUtills.invokeConstructor(ReflectUtills.java:47)
... 15 more"
        
        
Back to top

File org/ktc/rbutils/rb/check/errors.properties - Class org.ktc.rbutils.rb.check.errors - Locale

Error TypeError Description
An error type.An error message.
Another error type.Another error message.
Back to top

File org/ktc/rbutils/rb/check/messages.properties - Class org.ktc.rbutils.rb.check.messages - Locale

Error TypeError Description
Exceptionthis is a test runtime exception
        
java.lang.RuntimeException: this is a test runtime exception
at org.ktc.rbutils.api.reflect.ReflectUtills.invokeConstructor(ReflectUtills.java:53)
at org.ktc.rbutils.rb.check.MainChecker.doCheck(MainChecker.java:161)
at org.ktc.rbutils.rb.check.MainChecker.check(MainChecker.java:127)
at org.ktc.rbutils.rb.check.RbCheckerTask.realExecute(RbCheckerTask.java:94)
at org.ktc.rbutils.rb.check.RbCheckerTask.execute(RbCheckerTask.java:57)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org.ktc.rbutils.api.reflect.ReflectUtills.invokeConstructor(ReflectUtills.java:47)
... 15 more"
        
        
An error type.An error message.
Back to top

File org/ktc/rbutils/rb/generation/messages_fr.properties - Class org.ktc.rbutils.rb.generation.messages - Locale fr

Error TypeError Description
An error type.An error message.
Back to top

File org/ktc/rbutils/rbutilsTasks.properties - Class org.ktc.rbutils.rbutilsTasks - Locale

Error TypeError Description
Exceptionthis is a test runtime exception
        
java.lang.RuntimeException: this is a test runtime exception
at org.ktc.rbutils.api.reflect.ReflectUtills.invokeConstructor(ReflectUtills.java:53)
at org.ktc.rbutils.rb.check.MainChecker.doCheck(MainChecker.java:161)
at org.ktc.rbutils.rb.check.MainChecker.check(MainChecker.java:127)
at org.ktc.rbutils.rb.check.RbCheckerTask.realExecute(RbCheckerTask.java:94)
at org.ktc.rbutils.rb.check.RbCheckerTask.execute(RbCheckerTask.java:57)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org.ktc.rbutils.api.reflect.ReflectUtills.invokeConstructor(ReflectUtills.java:47)
... 15 more"
        
        
Exceptionthis is another test runtime exception
        
java.lang.RuntimeException: this is a test runtime exception
at org.ktc.rbutils.api.reflect.ReflectUtills.invokeConstructor(ReflectUtills.java:53)
at org.ktc.rbutils.rb.check.MainChecker.doCheck(MainChecker.java:161)
at org.ktc.rbutils.rb.check.MainChecker.check(MainChecker.java:127)
at org.ktc.rbutils.rb.check.RbCheckerTask.realExecute(RbCheckerTask.java:94)
at org.ktc.rbutils.rb.check.RbCheckerTask.execute(RbCheckerTask.java:57)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org.ktc.rbutils.api.reflect.ReflectUtills.invokeConstructor(ReflectUtills.java:47)
... 15 more"
        
        
An error type.An error message.
Another error type.Another error message.
Back to top

File Unknown Error - Class Exception - Locale

Error TypeError Description
Exceptionjava.lang.reflect.InvocationTargetException
        
org.apache.commons.lang.exception.NestableRuntimeException: java.lang.reflect.InvocationTargetException
	at org.ktc.rbutils.api.reflect.ReflectUtils.invokeConstructor(ReflectUtils.java:68)
	at org.ktc.rbutils.rb.check.MainChecker.doCheck(MainChecker.java:137)
	at org.ktc.rbutils.rb.check.MainChecker.process(MainChecker.java:110)
	at org.ktc.rbutils.rb.AbstractRbTask.doJob(AbstractRbTask.java:126)
	at org.ktc.rbutils.rb.check.RbCheckerTask.execute(RbCheckerTask.java:65)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
	at org.apache.tools.ant.Task.perform(Task.java:364)
	at org.apache.tools.ant.Target.execute(Target.java:341)
	at org.apache.tools.ant.Target.performTasks(Target.java:369)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
	at org.apache.tools.ant.BuildFileTest.executeTarget(BuildFileTest.java:230)
	at org.ktc.rbutils.rb.check.RbCheckerTaskTest.testXslSrcWithExceptionInMainChecker(RbCheckerTaskTest.java:228)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.ktc.rbutils.api.reflect.ReflectUtils.invokeConstructor(ReflectUtils.java:62)
	... 27 more
Caused by: org.ktc.rbutils.api.file.NotRootParentOfFileException: H:\Projects\rbutils\test\testinputs\extraproperties\apackage is not in F:\Thomas\rbutils-ktcguru\src
	at org.ktc.rbutils.api.file.FileTools.getStrippedFileName(FileTools.java:262)
	at org.ktc.rbutils.api.file.FileTools.getStrippedFileName(FileTools.java:231)
	at org.ktc.rbutils.api.file.FileTools.inferPackageClassName(FileTools.java:121)
	at org.ktc.rbutils.api.file.FileTools.inferPackageClassName(FileTools.java:171)
	at org.ktc.rbutils.rb.check.FileChecker.<init>(FileChecker.java:85)
	... 32 more

        
        
Back to top