Bug 54731 - [PATCH] Java-Doc broken for CellReference
Summary: [PATCH] Java-Doc broken for CellReference
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.9-FINAL
Hardware: PC Windows XP
: P2 trivial (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-20 12:47 UTC by Carl Volhard
Modified: 2013-06-12 16:32 UTC (History)
1 user (show)



Attachments
A small patch which fixes the problem with tables and a few other smaller javadoc-issues (3.72 KB, patch)
2013-05-25 21:28 UTC, Dominik Stadler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Volhard 2013-03-20 12:47:02 UTC
http://poi.apache.org/apidocs/org/apache/poi/ss/util/CellReference.html
Method Summary of formatAsString() contains the rest of the javadoc page.
Comment 1 Dominik Stadler 2013-05-25 21:28:54 UTC
Created attachment 30326 [details]
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.
Comment 2 Nick Burch 2013-06-12 16:32:45 UTC
Thanks, patch applied (with minor whitespace tweaks) in r1492267.