-
Bug
-
Resolution: Won't Fix
-
P3
-
9
Diag uses long
SourceCodeAnalysis uses int.
---
In SourceCodeAnalysis, the cursor and anchor parameters are int but the methods on Diag operate in terms of longs, shouldn't the cursor/anchor be a long as well?
SourceCodeAnalysis uses int.
---
In SourceCodeAnalysis, the cursor and anchor parameters are int but the methods on Diag operate in terms of longs, shouldn't the cursor/anchor be a long as well?
- relates to
-
JDK-8043364 JEP 222: jshell: The Java Shell (Read-Eval-Print Loop)
- Closed