You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix wrong semantic highlighting due to out-of-date AST being used. (eclipse-jdtls#2709)
- There are chances that the AST used for semantic highlighting is
out-of-date, which leads to wrong highlighting. This fix simply compare
the length of the document with the length of the AST to check if the
AST is out-of-date. In most of the case, checking the length is enough.
- For root cause analysis, see: eclipse-jdt/eclipse.jdt.core#1151
Signed-off-by: Sheng Chen <[email protected]>
0 commit comments