mockito / mockito/mockito.github.io
Homepage: Multiple links (mock(), verify(), any()) half-broken (don't bring to anchor)
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 18
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Several links in the homepage's More info section do not bring right to their target. They bring to the right page, but to the top due to an incorrect target anchor.
For example, verify() links to:
https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#verify-T-
…rather than to:
https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#verify(T)
This is also the case at least for mock() and any().
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the homepage's More info section and inspect the links for mock(), verify(), and any(). Compare their URL fragments with the corresponding Javadoc anchors; done means each link opens the intended method section rather than the top of the page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100