Обсуждение: BUG #8391: JDBC API links incomplete

Поиск
Список
Период
Сортировка

BUG #8391: JDBC API links incomplete

От
bughunt@gluino.name
Дата:
The following bug has been logged on the website:

Bug reference:      8391
Logged by:          David Tonhofer
Email address:      bughunt@gluino.name
PostgreSQL version: 9.2.4
Operating system:   Linux
Description:

The API doc of the PostgreSQL JDBC implementation do not consistently link
to the class pages in the class hierarchy layout. This should be automatic,
right?


Compare:


http://jdbc.postgresql.org/documentation/publicapi/index.html?org/postgresql/ds/PGPoolingDataSource.html


There is only a link for


org.postgresql.ds.common.BaseDataSource


in the class hierarchy, not for any of the other classes.


vs. for example




http://docs.oracle.com/javase/7/docs/api/index.html?javax/swing/colorchooser/AbstractColorChooserPanel.html


where every entry in the class hierarchy is a link.