diff options
author | George Fraser <george@fivetran.com> | 2018-12-30 22:49:30 -0800 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2018-12-30 22:49:30 -0800 |
commit | d9af3a7527cc171b7b7e73415d057b5a71fac537 (patch) | |
tree | 9adfbb2c267366ee5f409a72fb8b05035066c8ba /TODOS.md | |
parent | bab1f5a754c72d6b10c6c43af2a17d25bd93cdef (diff) | |
download | java-language-server-d9af3a7527cc171b7b7e73415d057b5a71fac537.zip |
Fix goto overload
Diffstat (limited to 'TODOS.md')
-rw-r--r-- | TODOS.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,8 +10,6 @@ - Crashes when you create the first file in a new maven project - Deleted files remain in compiler, even when you restart (via classpath?) - Always shows last javadoc -- Goto field goes to method of same name -- Goto definition goes to wrong method in overloads - T x, y; 'n references' shows references for y even when you click for x - Reference counts include self-references |