freeCodeCamp / freeCodeCamp/devdocs
Anchor links to methods with generic parameters broken on OpenJDK 8/11
オープン
bug
- 主要言語
- Ruby
- スター
- 39.5k
- フォーク
- 2.6k
- 平均マージ
- 4日 32分
- マージ済み PR(30日)
- 13
説明
# Bug report
## OS information
macOS 12.5.1 / Firefox 106
## Steps to reproduce
* Open https://devdocs.io/openjdk~8/ or https://devdocs.io/openjdk~11/ (versions 17, 18 and 19 work correctly).
* Search for “List.add()” and select the first result.
* Expected: the `List` documentation page opens, with the documentation for the `add` method visible.
* Actual: the `List` documentation page opens, but we see the top of the page and need to scroll manually to the `add` method.
## Possible fix
It looks like id of the method section in the documentation page is `add(java.lang.Object)` instead of `add(E)`. The scraper might need to be fixed.
コントリビューションガイド
評価
この issue はまだ評価されていません。