redhat-developer / redhat-developer/vscode-java
Incorrect/misleading display of descriptions containing exponents
Offen
@fbricon arbeitet bereits daran.
Seit 22.2.2017.
bug
hover
- Vorherrschende Sprache
- TypeScript
- Sterne
- 2.3k
- Forks
- 546
- Ø Merge
- 20 Std. 1 Min.
- Gemergte PRs (30 T.)
- 11
Beschreibung
Exponents don't display properly in intellisense, hover, etc, so descriptions that have exponents in them display incorrect/misleading values.
Environment
- Operating System: Windows 7
- JDK version: 1.8.0_102
- Visual Studio Code version: 1.9.1
- Java extension version: 0.0.10
Steps To Reproduce
- Type Integer.MIN_VALUE
- Notice that both the autocompletion while typing and the tooltip from hovering over the name say that the minimum value of an int is -231 rather than the -231 present in the Java documentation.
Integer.MAX_VALUE does the same thing on hover (231-1 rather than 231-1) but also adds a slash in the autocompletion dialog (231\-1).
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.