You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2013/03/20 13:47:02 UTC

[Bug 54731] New: Java-Doc broken for CellReference

https://issues.apache.org/bugzilla/show_bug.cgi?id=54731

            Bug ID: 54731
           Summary: Java-Doc broken for CellReference
           Product: POI
           Version: 3.9
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: POI Overall
          Assignee: dev@poi.apache.org
          Reporter: CarlVolhard@web.de
    Classification: Unclassified

http://poi.apache.org/apidocs/org/apache/poi/ss/util/CellReference.html
Method Summary of formatAsString() contains the rest of the javadoc page.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 54731] [PATCH] Java-Doc broken for CellReference

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54731

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Java-Doc broken for         |[PATCH] Java-Doc broken for
                   |CellReference               |CellReference

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 54731] [PATCH] Java-Doc broken for CellReference

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54731

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Nick Burch <ap...@gagravarr.org> ---
Thanks, patch applied (with minor whitespace tweaks) in r1492267.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 54731] Java-Doc broken for CellReference

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54731

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dominik.stadler@gmx.at

--- Comment #1 from Dominik Stadler <do...@gmx.at> ---
Created attachment 30326
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30326&action=edit
A small patch which fixes the problem with tables and a few other smaller
javadoc-issues

The problem is caused by tables when no leading text is available. The JDK
javadoc tools seems to try to include the table-html into the short excerpt for
the method-list and fails miserably, thus breaking the whole layout. IMHO a bug
in javadoc itself. The same happens for AreaReference, Besides this I could not
find other occurrences of this. 

The attached patch fixes this and a few other smaller problems with javadoc.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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