[ 
https://issues.apache.org/jira/browse/BEEHIVE-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Russ Baker updated BEEHIVE-1158:
--------------------------------


I verified that the StringIndexOutOfBoundsException is not thrown during the 
'apt' task, using an empty string value for the validatorMerge property in the 
@Jpf.Controller annotation; rather a compilation error happens with the 
following message:

      [apt] 
G:\projects\beehiveDist\trunk\netui\test\webapps\drt\src\bugs\j1158\Controller.java:24:
 File "" could not be found in the web application.
      [apt] public class Controller extends PageFlowController {
      [apt]        ^
  
I verified this against SVN 549584. I recommend that this bug be closed.

> An empty string value for validatorMerge in the @Jpf.Controller annotation 
> causes a stack trace in the NetUI compiler
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: BEEHIVE-1158
>                 URL: https://issues.apache.org/jira/browse/BEEHIVE-1158
>             Project: Beehive
>          Issue Type: Bug
>          Components: NetUI
>    Affects Versions: 1.0.1, 1.0.2, V.Next
>            Reporter: Carlin Rogers
>            Assignee: Julie Zhuo
>            Priority: Minor
>             Fix For: V.Next
>
>
> An empty string value for the validatorMerge property in the @Jpf.Controller 
> annotation causes the following stack trace during the page flow compile.
> [apt] java.lang.StringIndexOutOfBoundsException: String index out of range: 0
> [apt]     at java.lang.String.charAt(String.java:558)
> [apt]     at 
> org.apache.beehive.netui.compiler.CompilerUtils.getFileRelativeToSourceFile(CompilerUtils.java:1198)
> [apt]     at 
> org.apache.beehive.netui.compiler.genmodel.GenStrutsApp.getMergeFile(GenStrutsApp.java:460)
> [apt]     at 
> org.apache.beehive.netui.compiler.genmodel.GenValidationModel.<init>(GenValidationModel.java:77)
> [apt]     at 
> org.apache.beehive.netui.compiler.FlowControllerGenerator.generate(FlowControllerGenerator.java:61)
> [apt]     at 
> org.apache.beehive.netui.compiler.processor.BaseCoreAnnotationProcessor.generate(BaseCoreAnnotationProcessor.java:100)
> [apt]     at 
> org.apache.beehive.netui.compiler.processor.TwoPhaseCoreAnnotationProcessor.generate(TwoPhaseCoreAnnotationProcessor.java:175)
> [apt]     at 
> org.apache.beehive.netui.compiler.processor.TwoPhaseCoreAnnotationProcessor.process(TwoPhaseCoreAnnotationProcessor.java:113)
> [apt]     at 
> org.apache.beehive.netui.compiler.processor.BaseCoreAnnotationProcessor.process(BaseCoreAnnotationProcessor.java:107)
> [apt]     at 
> org.apache.beehive.netui.compiler.apt.BaseAnnotationProcessorFactory$DelegatingAnnotationProcessor.process(BaseAnnotationProcessorFactory.java:75)
> [apt]     at 
> com.sun.mirror.apt.AnnotationProcessors$CompositeAnnotationProcessor.process(AnnotationProcessors.java:60)
> We need to place a check in the compiler to ensure that the value is not an 
> empty string. I can make this fix and submit a test case as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to