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

Compiler warning that Jpf.ValidatorVersion is deprecated though the enum has not been deprecated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.0.1, 1.0.2
    • 1.0.2
    • NetUI
    • None

    Description

      Tory Toupin pointed out the following issue and solution...

      When you compile a page flow controller with the validatorVersion attribute set to a value of the Jpf.ValidatorVersion enum in the @Jpf.Controller annotation, you get a compiler warning... "[deprecation] org.apache.beehive.netui.pageflow.annotations.Jpf.ValidatorVersion in org.apache.beehive.netui.pageflow.annotations.Jpf has been deprecated"

      Seems the javadoc @deprecated on "page" in the NavigateTo enum immediately preceding the ValidatorVersion, causes the ValidatorVersion enum to be marked as deprecated. However, this is corrected if the javadoc annotation is removed and an @Deprecated annotation is used instead.

      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: