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
Copy file name to clipboardExpand all lines: headless-services/commons/commons-rewrite/src/main/java/org/springframework/ide/vscode/commons/rewrite/java/ConstructorInjectionRecipe.java
+41-27Lines changed: 41 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -139,13 +139,16 @@ public J visitClassDeclaration(J.ClassDeclaration classDecl, ExecutionContext ct
Copy file name to clipboardExpand all lines: headless-services/commons/commons-rewrite/src/test/java/org/springframework/ide/vscode/commons/rewrite/java/ConstructorInjectionRecipeTest.java
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,49 @@ public interface OwnerRepository{}
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server/src/test/java/org/springframework/ide/vscode/boot/java/beans/test/BeanCompletionProviderTest.java
+53-9Lines changed: 53 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ public class BeanCompletionProviderTest {
69
69
privateBeanbean4;
70
70
privateBeanbean5;
71
71
privateBeanbean6;
72
+
privateBeanbean7;
72
73
73
74
@BeforeEach
74
75
publicvoidsetup() throwsException {
@@ -94,8 +95,9 @@ public void setup() throws Exception {
0 commit comments