RbGenerator Audit

Designed for use with RbUtils and Ant.

Summary

RbUtils-RbGenerator version0.11
Report generated onSat Apr 29 17:25:21 CEST 2006
Root DirectoryE:\projects\rbutils\src
Files8
Errors0
Exceptions 1

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.properties00
org/ktc/rbutils/rb/check/errors_fr.properties00
org/ktc/rbutils/rb/check/messages.properties00
org/ktc/rbutils/rb/check/messages_fr.properties01
org/ktc/rbutils/rb/generation/messages.properties00
org/ktc/rbutils/rb/generation/messages_fr.properties00
org/ktc/rbutils/rbutilsInfos.properties00
org/ktc/rbutils/rbutilsTasks.properties00

Errors/Exceptions Detail

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

Error TypeError Description
Exceptionthis is a test runtime exception
         
java.lang.RuntimeException: this is a test runtime exception
at org.ktc.rbutils.rb.check.RbGeneratorTask.execute(RbGeneratorTask.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