You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Jeremiah Johnson (JIRA)" <de...@beehive.apache.org> on 2005/09/19 22:52:29 UTC

[jira] Assigned: (BEEHIVE-922) group of doc issues in Controls Programming document

     [ http://issues.apache.org/jira/browse/BEEHIVE-922?page=all ]

Jeremiah Johnson reassigned BEEHIVE-922:
----------------------------------------

    Assign To: Steve Hanson  (was: Jeremiah Johnson)

All of the issues that I have raised here have now been fixed except for one.  Assigning to Steve to fix and then we can resolve / close this.  Thanks for all the fixes already, Steve.

Section 10.5 has an inaccurate paragraph.  It may be a bug in the Control implementation or it may have just been a change in requirements - I don't know that.  For now, the paragraph needs to go away.

--- the lines that I propose being removed
-                <p>
-                    When constraining properties with <code>@AnnotationConstraints</code>, all of the property members must be annotated
-                    with <code>@AnnotationMemberTypes</code>, or compile errors will be thrown.  For example, the following
-                    will <em>not</em> compile, because not all of the propertymembers (namely <code>someMember3()</code>)
-                    are decorated with <code>@AnnotationMemberTypes</code>.
-                </p>
-<source>
-    @AnnotationConstraints.MembershipRule(AnnotationConstraints.MembershipRuleValues.EXACTLY_ONE)
-    public @interface SomeProperty
-    {
-        @AnnotationMemberTypes.Text(maxLength=8)
-        public String someMember();
-        @AnnotationMemberTypes.Text(maxLength=8)
-        public String someMember2();
-        <strong>public String someMember3();</strong>
-    }</source>
---



> group of doc issues in Controls Programming document
> ----------------------------------------------------
>
>          Key: BEEHIVE-922
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-922
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>  Environment: dist built from SVN r280352
>     Reporter: Jeremiah Johnson
>     Assignee: Steve Hanson
>     Priority: Minor
>      Fix For: V1

>
> There are a few errors in trunk/docs/forrest/release/src/documentation/context/xdocs/controls/programming.xml
> If this issue is assigned to me, please don't fix the document yet - I haven't finished going through it.  I decided to create this bug so I could add issues from the document as they came up.  I had created BEEHIVE-917 with a specific scope, but I see now that there are a few unrelated issues in the document so I'm creating this new bug to track everything I find (that is outside the scope of BEEHIVE-917).

-- 
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


Re: [jira] Assigned: (BEEHIVE-922) group of doc issues in Controls Programming document

Posted by Eddie O'Neil <ek...@gmail.com>.
Jeremiah--

  Do you have a patch for this?  If so, I can just apply it.  Didn't
see one in the bug, so figured I'd ask.

  :)

Eddie

On 9/19/05, Jeremiah Johnson (JIRA) <de...@beehive.apache.org> wrote:
>      [ http://issues.apache.org/jira/browse/BEEHIVE-922?page=all ]
> 
> Jeremiah Johnson reassigned BEEHIVE-922:
> ----------------------------------------
> 
>     Assign To: Steve Hanson  (was: Jeremiah Johnson)
> 
> All of the issues that I have raised here have now been fixed except for one.  Assigning to Steve to fix and then we can resolve / close this.  Thanks for all the fixes already, Steve.
> 
> Section 10.5 has an inaccurate paragraph.  It may be a bug in the Control implementation or it may have just been a change in requirements - I don't know that.  For now, the paragraph needs to go away.
> 
> --- the lines that I propose being removed
> -                <p>
> -                    When constraining properties with <code>@AnnotationConstraints</code>, all of the property members must be annotated
> -                    with <code>@AnnotationMemberTypes</code>, or compile errors will be thrown.  For example, the following
> -                    will <em>not</em> compile, because not all of the propertymembers (namely <code>someMember3()</code>)
> -                    are decorated with <code>@AnnotationMemberTypes</code>.
> -                </p>
> -<source>
> -    @AnnotationConstraints.MembershipRule(AnnotationConstraints.MembershipRuleValues.EXACTLY_ONE)
> -    public @interface SomeProperty
> -    {
> -        @AnnotationMemberTypes.Text(maxLength=8)
> -        public String someMember();
> -        @AnnotationMemberTypes.Text(maxLength=8)
> -        public String someMember2();
> -        <strong>public String someMember3();</strong>
> -    }</source>
> ---
> 
> 
> 
> > group of doc issues in Controls Programming document
> > ----------------------------------------------------
> >
> >          Key: BEEHIVE-922
> >          URL: http://issues.apache.org/jira/browse/BEEHIVE-922
> >      Project: Beehive
> >         Type: Bug
> >   Components: Documentation
> >     Versions: V1
> >  Environment: dist built from SVN r280352
> >     Reporter: Jeremiah Johnson
> >     Assignee: Steve Hanson
> >     Priority: Minor
> >      Fix For: V1
> 
> >
> > There are a few errors in trunk/docs/forrest/release/src/documentation/context/xdocs/controls/programming.xml
> > If this issue is assigned to me, please don't fix the document yet - I haven't finished going through it.  I decided to create this bug so I could add issues from the document as they came up.  I had created BEEHIVE-917 with a specific scope, but I see now that there are a few unrelated issues in the document so I'm creating this new bug to track everything I find (that is outside the scope of BEEHIVE-917).
> 
> --
> 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
> 
>