javadoc warnings for @see tags

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
John Matthews

javadoc warnings for @see tags

Post by John Matthews » Wed Jun 19, 2002 8:06 pm

While building the javadocs for jcommon-0.6.3 and jfreechart-0.9.1, javadoc warns of several @see tags that reference old names. For example, JFreeChartPanel should be ChartPanel, etc. (I think:-) Should these be updated, or is my javadoc command bogus.

Generating /home/www/html/jfc/com/jrefinery/chart/JFreeChart.html...
javadoc: warning - Tag @see: Class or Package not found: JFreeChartPanel
--
Generating /home/www/html/jfc/com/jrefinery/data/CombinedDataset.html...
javadoc: warning - Tag @see: Class or Package not found: com.jrefinery.chart.CombinedPlot
--
Generating /home/www/html/jfc/com/jrefinery/data/JdbcXYDataset.html...
javadoc: warning - Tag @see: Class or Package not found: DataSource
--
Generating /home/www/html/jfc/com/jrefinery/data/SubSeriesDataset.html...
javadoc: warning - Tag @see: Class or Package not found: com.jrefinery.chart.CombinedPlot

John

David Gilbert

Re: javadoc warnings for @see tags

Post by David Gilbert » Wed Jun 19, 2002 10:34 pm

Hi John,

Thanks for reporting these. I'll fix them for the next release.

Regards,

DG.

Locked