redhat-developer / redhat-developer/vscode-java
Incorrect/misleading display of descriptions containing exponents
Ouverte
@fbricon y travaille déjà.
Depuis le 22/2/2017.
bug
hover
- Langage dominant
- TypeScript
- Étoiles
- 2.3k
- Forks
- 546
- Merge moyen
- 20 h 1 min
- PR mergées (30 j)
- 11
Description
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).
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Évaluation
Cette issue n'a pas encore été évaluée.