Compiler warning that Jpf.ValidatorVersion is deprecated though the enum has
not been deprecated
------------------------------------------------------------------------------------------------
Key: BEEHIVE-1150
URL: http://issues.apache.org/jira/browse/BEEHIVE-1150
Project: Beehive
Issue Type: Bug
Components: NetUI
Affects Versions: 1.0.1, v.next
Reporter: Carlin Rogers
Assigned To: Carlin Rogers
Priority: Minor
Fix For: v.next
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira