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: com.sap.adt.abapcleaner/src/com/sap/adt/abapcleaner/rules/emptylines/EmptyLinesWithinMethodsRule.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ public class EmptyLinesWithinMethodsRule extends Rule {
22
22
@Override
23
23
publicStringgetDescription() { return"Restricts the number of consecutive empty lines within methods, and adds an empty line between declarations and the first executable statement (or the comments preceding it)."; }
24
24
25
+
@Override
26
+
publicStringgetHintsAndRestrictions() { return"For function modules, additional empty lines are kept at the beginning to align with ADT and SE37 behavior."; }
Copy file name to clipboardExpand all lines: test/com.sap.adt.abapcleaner.test/src/com/sap/adt/abapcleaner/rules/emptylines/EmptyLinesWithinMethodsTest.java
0 commit comments