I just pulled head revs of "trunk" and "1.5.x" from SVN about 2 minutes
ago and while both issues appear to be fixed in "trunk", but neither was
fixed (yet) in "1.5.x"...  Is there a delay in updating SVN?  I checked
out revision 999499.

Roger Whitcomb | Architect, Engineering | [email protected] |
Ingres | 500 Arguello Street | Suite 200 | Redwood City | CA | 94063 |
USA  +1 650-587-5596 | fax: +1 650-587-5550

-----Original Message-----
From: Greg Brown [mailto:[email protected]] 
Sent: Tuesday, September 21, 2010 8:47 AM
To: [email protected]
Subject: Re: Small bug in 1.5.x in Javadoc

I believe this particular issue has already been resolved for 1.5.2, but
I wasn't aware of the other one. It's fixed now - thanks.


On Sep 20, 2010, at 12:25 PM, Roger L. Whitcomb wrote:

> Hi,
> 
>                I was generating Javadoc in the 1.5.x branch and I
> noticed this warning:
> 
>  [javadoc] Building tree for all the packages and classes...
> 
>  [javadoc]
>
C:\Projects\Pivot\svn\branches\1.5.x\wtk\src\org\apache\pivot\wtk\conten
> t\TreeBranch.java:116: warning - @param argument
> 
> "expandedIconURL" is not a parameter name.
> 
> 
> 
> Here is the patch to fix this:
> 
> Index: wtk/src/org/apache/pivot/wtk/content/TreeBranch.java
> 
> ===================================================================
> 
> --- wtk/src/org/apache/pivot/wtk/content/TreeBranch.java    (revision
> 997887)
> 
> +++ wtk/src/org/apache/pivot/wtk/content/TreeBranch.java    (working
> copy)
> 
> @@ -108,7 +108,7 @@
> 
>      * application context's {...@linkplain
> ApplicationContext#getResourceCache()
> 
>      * resource cache} if one does not already exist.
> 
>      *
> 
> -     * @param expandedIconURL
> 
> +     * @param expandedIconName
> 
>      * The resource name of the expanded icon to set.
> 
>      *
> 
>      * @see #setExpandedIcon(URL)
> 
> 
> 
> 
> 
> 
> 
> Roger Whitcomb
> 
> Architect, Engineering
> 
> Ingres Corporation
> 
> [email protected] <mailto:[email protected]> 
> 
> 
> 
> PHONE +1 650.587.5596
> 
> FAX +1 650.587.5550
> 
> 
> 
> www.ingres.com <http://www.ingres.com/>  
> 
> 
> 
> This transmission is confidential and intended solely for the use of
the
> recipient named above. It may contain confidential, proprietary, or
> legally privileged information. If you are not the intended recipient,
> you are hereby notified that any unauthorized review, use, disclosure
or
> distribution is strictly prohibited. If you have received this
> transmission in error, please contact the sender by reply e-mail and
> delete the original transmission and all copies from your system.
> 
> 
> 

Reply via email to