Commit 0e22a08
Integrate Lsp4jakarta 0.2.5 integration branch to Main (#1467)
* JavaCursorContextKind IllegalArgumentException workaround deletion Liberty tools (#1366)
* Liberty tools changes
* Deletion of work-around
* Deletion of work-around comments
* Keeping only first and last year of changes.
---------
Co-authored-by: archanr <[email protected]>
* Enable builds to run for lsp4jakarta-0.2.5-integration branch (#1421)
* Issue 1401: New diagnostics for PersistenceMapKeyDiagnostics (#1405)
* Introducing hasField to check the existence of PsiField
* Accessor warning diagnostics for method and field
* Add diagnostics for type check
* Update copyright
* Update PersistenceMapKeyDiagnosticsCollector.java
Map FQDN constant
* Testcases for following diagnostics:
Access specifier diagnostic
Method or Field type diagnostic
* Testcase input files
* Source code formatted
* Change variable name to follow Oracle's guidelines
* Refactor hasField method
* Removed lines
* Using StringUtils utility
* Change from isEmpty to isNotBlank
* Copyright update
* Feature/size and not empty annotation diagnostics (#1410)
* Introduced validation for size and notEmpty
sds
* Update messages.properties
* size and notEmpty test cases
* size and notEmpty test resources
* pr comments
* Update BeanValidationTest.java
* corrected diagnostics grammer
* pr comments
* pr comments addressed
* PR comments
* Feature/diagnostic for checked exception condition (#1411)
* Added diagnostics error for checked exceptions in throws clause
* added custom exception test resources
* updated the existing test resources
* added new test cases to support the changes
* format corrected
* format corrected
* pr comments
* PR comments
* Update PostConstructAnnotationTest.java
* Issue 1401: QuickFix for ServerEndpoint paths without a leading slash (#1412)
* Update Error code and test case
* PrefixSlash quickfix draft
* Prefix Slash proposal implementation
* Copyright
* Testcase update for PrefixSlashAnnotationQuickFix
* Refactor performUpdate
* Copyright Updates
* Feature/managed bean diagnostics experience improved (#1414)
* Explore whether the user experience can be improved for diagnostics / quick fixes involving @dependent
* updated test cases
* added test resource to support the new test scenarios
* format issue corrected
* Update ManagedBeanTest.java
* Update ManagedBeanTest.java
* Update ManagedBeanTest.java
* Update ManagedBeanTest.java
* Dependency Injection: Diagnostics for non-static inner class managed bean (#1419)
* Diagnostics for non-static inner class managed bean
* Quick fix for non-static inner class managed bean
* Added test resources to support the non-static inner class managed bean test cases
* test cases
* Update InnerClassInjectionTest.java
* Update InsertModifierToNestedClassQuickFix.java
* pr comments fixed
* changd needsStaticModifier to needsModifier as the method is implemented for accepting any modifier
* Sync changes for Jsonb Property Names Must Be Unique, from lsp4Jakarta (#1420)
* Json Utility
* Messages and constant updates
* Diagnostics for json property unique names
* Reformatted source code
* Test classes for jsonbUnique testcase
* Test cases for jsonb unique diagnostics
* Copyright update
* Copyright updates
* Format source
* Nested loop - Refactored
* TestCase sync PR for Jakarta issueFix 528 (#1413)
* Test update for annotations DecimalMin, DecimalMax, AssertFalse
* Update test for annotations Digits, Email, FutureOrPresent, Future
* Update test for annotations NegativeOrZero, Negative, Max, Min
* Update test for annotations NotBlank, Pattern, Past, PastOrPresent
* Update test case for annotation Positive
* Copyright update
* Conflict resolved
* Feature/mutually exclusive ones (#1423)
* Added two new quick fixes
* new mappings in plugin.xml
* Added mutuallyExclusive logic
* Update plugin.xml
* Update plugin.xml
* Update ManagedBeanDiagnosticsCollector.java
* Update ManagedBeanDiagnosticsCollector.java
* test cases
* pr fix
* Update ManagedBeanDiagnosticsCollector.java
* Update ManagedBeanDiagnosticsCollector.java
* Default value for the type annotation attribute should be Object.class (#1381)
* Default value for the type annotation attribute should be Object.class
* fixed test cases
* Revert "JavaCursorContextKind IllegalArgumentException workaround deletion Liberty tools (#1365)" (#1439)
This reverts commit f53dc01.
Co-authored-by: Sajeer <[email protected]>
* Update plugin.xml (#1463)
* lsp4JakartaVersion updated to 0.2.5 (#1465)
---------
Co-authored-by: Archana Iyer <[email protected]>
Co-authored-by: archanr <[email protected]>
Co-authored-by: Trevor Crawford <[email protected]>
Co-authored-by: Joseph-Bineesh <[email protected]>
Co-authored-by: Rejoy J Kulangara <[email protected]>
Co-authored-by: Sajeer Zeji <[email protected]>
Co-authored-by: Sajeer <[email protected]>1 parent f1bc140 commit 0e22a08
File tree
49 files changed
+2402
-368
lines changed- .github/workflows
- src
- main
- java/io/openliberty/tools/intellij/lsp4jakarta/lsp4ij
- annotations
- beanvalidation
- cdi
- codeAction/proposal
- quickfix
- di
- jsonb
- persistence
- websocket
- resources
- META-INF
- io/openliberty/tools/intellij/lsp4jakarta/messages
- test
- java/io/openliberty/tools/intellij/lsp4jakarta/it
- annotations
- beanvalidation
- cdi
- di
- jsonb
- persistence
- websocket
- resources/projects/maven/jakarta-sample/src/main/java/io/openliberty/sample/jakarta
- annotations
- beanvalidation
- cdi
- di
- jsonb
- persistence
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+2402
-368
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
Lines changed: 61 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
Lines changed: 59 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
151 | 161 | | |
152 | 162 | | |
153 | 163 | | |
| |||
163 | 173 | | |
164 | 174 | | |
165 | 175 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
178 | 187 | | |
179 | 188 | | |
180 | 189 | | |
| |||
190 | 199 | | |
191 | 200 | | |
192 | 201 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| |||
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
227 | 268 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
Lines changed: 32 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
162 | 172 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | 173 | | |
193 | 174 | | |
194 | 175 | | |
195 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments