question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unbalanced HTML tags in Javadoc of UnnecessaryStubbingException

See original GitHub issue

In the Javadoc of that class, the <code is not closed properly. Because of this, the following paragraphs are rendered in monospace font as well.

While here, effect not should be effect of not.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
TimvdLippecommented, Feb 28, 2020

Yeah, if you could open a PR to make that change we can fix it 😄

0reactions
TimvdLippecommented, Feb 28, 2020

Let’s reopen so that someone else can make the PR.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Allowed HTML tags in Javadoc - Stack Overflow
Javadoc permits only a subset of HTML tags, as of Java 8. Javadoc's doclint component enforces this restriction. You can disable all doclint ......
Read more >
Documentation Comment Specification for the Standard ...
When the text content is HTML, it may be possible to use entities &lbrace; and &rbrace; to represent unbalanced braces. Standard Tags. The...
Read more >
A Guide to Formatting Code Snippets in Javadoc - Reflectoring
A thorough explanation of different ways to format code snippets within a Javadoc comment.
Read more >
Javadoc Code formatting does not indent HTML tags properly
Javadoc Code formatting does not indent HTML tags properly ... Write a java method with javadoc. Create a <table> inside of your javadoc,...
Read more >
Javadoc Comments - checkstyle
Check text for incomplete HTML tags. Verifies that HTML tags have corresponding end tags and issues an "Unclosed HTML tag found:" error if...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found