Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-1158

An empty string value for validatorMerge in the @Jpf.Controller annotation causes a stack trace in the NetUI compiler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.1, 1.0.2, V.Next
    • V.Next
    • NetUI
    • None

    Description

      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.

      Attachments

        Activity

          People

            jzhuo Julie Zhuo
            crogers Howard Carlin Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: