Commit Graph

502 Commits

Author SHA1 Message Date
Martin Lippert
7875ccc69f added cancel handling to highlight requests 2021-02-26 12:32:38 +01:00
Martin Lippert
1a138d4009 added cancel handling to code lens requests 2021-02-26 12:28:21 +01:00
Martin Lippert
0a4e1d2898 added cancel handling to references requests 2021-02-26 12:23:27 +01:00
Martin Lippert
607781779e added cancel handling to definition requests 2021-02-26 12:16:33 +01:00
Martin Lippert
28aea97b71 updated java parsing to JLS 15 2021-02-26 12:06:15 +01:00
Martin Lippert
4a3650c0b1 added cancel handling to hover requests 2021-02-26 12:03:48 +01:00
Martin Lippert
17d8ecf02e make langauge server symbol cache directory configurable 2021-02-22 12:48:44 +01:00
Martin Lippert
12bd777a47 added shortcut to prevent expensive type hierarchy request when it is not necessary 2021-02-17 11:52:10 +01:00
Martin Lippert
84f9ea75d0 changed AST cache to NOT guard submitted work items against each other with synchronization, instead added synchronization to the AnnotationHierarchy class to focus synchronization on the code that hit some thread-safety bugs in the AST implementation 2021-02-17 11:47:47 +01:00
Martin Lippert
14efbf0e47 format fixes 2021-02-17 11:45:39 +01:00
Martin Lippert
a80361231a alllow project finder to be null - for test case setups 2021-02-10 12:10:21 +01:00
Martin Lippert
8238c1dc90 initial re-work of async behavior of language server, looking at the text document service first 2021-02-10 10:51:26 +01:00
Nieraj Singh
9384f71223 PT 173730396 - Further changes for project version validation 2021-01-26 00:29:15 -08:00
Nieraj Singh
909b8f4b8f PT 173730396 - Various changes to spring project validation
Pushed various changes that had remained uncommitted
2021-01-22 16:21:49 -08:00
Martin Lippert
03b41e4e83 removed debug output and cyclic interface hierarchy test, seems to be the root cause of the issues and it not really needed anymore 2020-12-27 14:13:47 +01:00
Martin Lippert
8fd3ee854f try to extract more exact data about exception while parsing the code 2020-12-23 16:31:06 +01:00
Martin Lippert
39cc9b6ced more debug output to identify JDK 11 test failures on ci builds 2020-12-23 12:43:41 +01:00
Martin Lippert
b9ca4bafd0 more debug output to identify JDK 11 test failures on ci builds 2020-12-23 10:28:08 +01:00
Martin Lippert
72506ee2ea more debug output to identify JDK 11 test failures on ci builds 2020-12-23 09:37:45 +01:00
Martin Lippert
1add836a38 more debug output to identify JDK 11 test failures on ci builds 2020-12-23 08:35:47 +01:00
Martin Lippert
a2d8c0de8f add additional debug output to investigate JDK11-related issues on CI builds 2020-12-23 08:01:27 +01:00
BoykoAlex
5288c31a58 Request Mapping hover metrics section optics 2020-11-24 18:25:04 -05:00
BoykoAlex
824832b2d9 Startup time for beans in CodeLenses 2020-11-24 11:28:07 -05:00
BoykoAlex
6704262899 Unit test for startup metrics parsing, refactoring. 2020-11-23 13:36:44 -05:00
BoykoAlex
ed68dcd47c Startup metrics initial work (before unit test) 2020-11-23 13:36:44 -05:00
Martin Lippert
17482b6316 fix issue with special characters in docURIs and converting those to path objects 2020-11-16 13:09:34 +01:00
Martin Lippert
ad7a2a2e39 update java parser language level 2020-11-16 13:09:00 +01:00
BoykoAlex
0b28354004 Remove rogue closing bracket 2020-11-13 14:55:14 -05:00
BoykoAlex
d6323cf6fb Finalize metrics for Hovers and CodeLenses. Add tests 2020-11-13 14:37:32 -05:00
Nieraj Singh
0992fffdf2 More changes to metrics in code lens 2020-11-13 14:37:32 -05:00
Nieraj Singh
7fab9eb9cd Fixed issue with metrics not appearing in code lens
Need to get the path from the URI for code lens in order to fetch
metrics from actuator
2020-11-13 14:37:32 -05:00
Nieraj Singh
80d6ade0dc Fixed NPE in metrics parsing and bug in setting code lens content 2020-11-13 14:37:32 -05:00
Nieraj Singh
6265174250 Minor API correction 2020-11-13 14:37:32 -05:00
BoykoAlex
2e598dbd62 Metrics in CodeLenses (start) 2020-11-13 14:37:32 -05:00
BoykoAlex
28e97a6db4 Unit test for RM metrics section 2020-11-13 14:37:32 -05:00
Nieraj Singh
e919823112 Further implementation of metrics in live hovers
Live hovers now show basic metrics
2020-11-13 14:37:32 -05:00
BoykoAlex
ca72948de8 Initial POC 2020-11-13 14:37:32 -05:00
Martin Lippert
f185db5882 added completion proposal provider for constructur arg names in Spring XML config files 2020-11-13 11:56:38 +01:00
Nieraj Singh
a64ea76ef2 PT 173730396 - Further support for version validation
Added further support to generate warning messages for a java project
from spring project metadata.
2020-10-19 15:46:58 -07:00
Kris De Volder
3180b5daf0 Tolerate redundant '.' before '[' in properties file
See: https://www.pivotaltracker.com/story/show/175147973
2020-10-19 10:56:55 -07:00
Nieraj Singh
f90de4c84b PT 173730396 - Initial implementation of generations validation
Includes parsing of spring boot projects from spring.io/api, as well as
spring boot project generations from sample code, and relevant junits.
2020-10-08 15:48:10 -07:00
Kris De Volder
60f9f5c0ce TRigger reconcile for all open docs if config changed 2020-10-05 11:40:31 -07:00
Kris De Volder
d2d6de5123 Preference page for boot-ls Java problem severities 2020-10-05 11:18:33 -07:00
Kris De Volder
d1d31e2a7c Bootify: remove deprecated CompletionEngine ...
from CompositeLanguageServerComponents
2020-10-03 18:04:00 -07:00
Kris De Volder
3be81b848f Bootify: BootJavaCompletionEngine 2020-10-03 17:34:55 -07:00
Kris De Volder
83f4b7c96b Remove obsolete code 2020-10-03 14:54:36 -07:00
Kris De Volder
393a257090 Boofity: Spring yaml and properties completion engine 2020-10-03 11:10:25 -07:00
Kris De Volder
a23cf242f8 Bootfication: convert xml completion engine into bean 2020-10-03 10:06:59 -07:00
Kris De Volder
cd0eebcc15 Boot Language Server obeys configured problem severities 2020-10-02 17:47:09 -07:00
Kris De Volder
dbe9520f3d Preference pages for props and yaml ls editor
Allows configuring problem severities.
The ui works but is not yet wired to transmit
these setting to the language server.
2020-10-02 17:47:09 -07:00