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
Use CodeGeneration and GetterSetterUtil from o.e.jdt.core.manipulation.
- With http://eclip.se/539200 complete, we can can reduce copies for
classes like CodeGeneration and GetterSetterUtil.
- This change brings JDT-LS back in line with JDT Core with respect to
some differences that occured during copying of these classes
- JDT-LS hard codes StubUtility.useIsForBooleanGetters(..) and
StubUtility.useThisForFieldAccess(..) . Now the default JDT Core
values will be used
- An additional line delimeter is added after the auto-generated
setter method's comment stub. Although this required adjusting
some test cases, it doesn't seem to affect "real" usage because the
code formatter is applied to the resulting stub.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/contentassist/GetterSetterCompletionProposal.java
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corext/codemanipulation/GetterSetterUtil.java
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corext/fix/AbstractSerialVersionOperation.java
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corext/refactoring/code/ExtractConstantRefactoring.java
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corext/refactoring/code/ExtractMethodRefactoring.java
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corext/refactoring/rename/RenameFieldProcessor.java
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corrections/proposals/AbstractMethodCorrectionProposal.java
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corrections/proposals/GetterSetterCorrectionSubProcessor.java
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corrections/proposals/JavadocTagsSubProcessor.java
Copy file name to clipboardexpand all lines: org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corrections/proposals/ModifierChangeCorrectionProposal.java
0 commit comments