You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Gerald Preissler (JIRA)" <ji...@apache.org> on 2008/01/16 15:52:34 UTC

[jira] Created: (WSCOMMONS-296) Javadoc for PolicyComponent.getType() lists wrong return results

Javadoc for PolicyComponent.getType() lists wrong return results
----------------------------------------------------------------

                 Key: WSCOMMONS-296
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-296
             Project: WS-Commons
          Issue Type: Bug
            Reporter: Gerald Preissler
            Priority: Minor
         Attachments: PolicyComponent_2.0.2.patch

The return results for PolicyComponent.getType() are listed as 

-     * @return Constants.POLICY for Policy type PolicyComponent
-     *         Constants.EXACTLYONE for ExactlyOne type PolicyComponent
-     *         Constants.ALL for All type PolicyComponent
-     *         Constants.ASSERTION for Assertion type PolicyComponent

The correct values are

+     * @return Constants.TYPE_POLICY for Policy type PolicyComponent
+     *         Constants.TYPE_EXACTLYONE for ExactlyOne type PolicyComponent
+     *         Constants.TYPE_ALL for All type PolicyComponent
+     *         Constants.TYPE_ASSERTION for Assertion type PolicyComponent

I will attach a patch agains Neethi 2.0.2.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Updated: (WSCOMMONS-296) Javadoc for PolicyComponent.getType() lists wrong return results

Posted by "Gerald Preissler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerald Preissler updated WSCOMMONS-296:
---------------------------------------

    Attachment: PolicyComponent_2.0.2.patch

> Javadoc for PolicyComponent.getType() lists wrong return results
> ----------------------------------------------------------------
>
>                 Key: WSCOMMONS-296
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-296
>             Project: WS-Commons
>          Issue Type: Bug
>            Reporter: Gerald Preissler
>            Priority: Minor
>         Attachments: PolicyComponent_2.0.2.patch
>
>
> The return results for PolicyComponent.getType() are listed as 
> -     * @return Constants.POLICY for Policy type PolicyComponent
> -     *         Constants.EXACTLYONE for ExactlyOne type PolicyComponent
> -     *         Constants.ALL for All type PolicyComponent
> -     *         Constants.ASSERTION for Assertion type PolicyComponent
> The correct values are
> +     * @return Constants.TYPE_POLICY for Policy type PolicyComponent
> +     *         Constants.TYPE_EXACTLYONE for ExactlyOne type PolicyComponent
> +     *         Constants.TYPE_ALL for All type PolicyComponent
> +     *         Constants.TYPE_ASSERTION for Assertion type PolicyComponent
> I will attach a patch agains Neethi 2.0.2.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Updated: (WSCOMMONS-296) Javadoc for PolicyComponent.getType() lists wrong return results

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated WSCOMMONS-296:
--------------------------------------

    Component/s: Policy

> Javadoc for PolicyComponent.getType() lists wrong return results
> ----------------------------------------------------------------
>
>                 Key: WSCOMMONS-296
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-296
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: Policy
>            Reporter: Gerald Preissler
>            Priority: Minor
>         Attachments: PolicyComponent_2.0.2.patch
>
>
> The return results for PolicyComponent.getType() are listed as 
> -     * @return Constants.POLICY for Policy type PolicyComponent
> -     *         Constants.EXACTLYONE for ExactlyOne type PolicyComponent
> -     *         Constants.ALL for All type PolicyComponent
> -     *         Constants.ASSERTION for Assertion type PolicyComponent
> The correct values are
> +     * @return Constants.TYPE_POLICY for Policy type PolicyComponent
> +     *         Constants.TYPE_EXACTLYONE for ExactlyOne type PolicyComponent
> +     *         Constants.TYPE_ALL for All type PolicyComponent
> +     *         Constants.TYPE_ASSERTION for Assertion type PolicyComponent
> I will attach a patch agains Neethi 2.0.2.

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