Skip to content

Commit

Permalink
refactor: Add a blank line around fields with annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider and TeamModerne committed Jun 12, 2024
1 parent 4db6581 commit d10ebb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ public boolean isSink(DataFlowNode sinkNode) {
@Value
static class ExpressionWithTry {
Expression expression;

@Nullable J.Try maybeTryStatement;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ private static class TaintedFileOrPathVisitor<P> extends JavaVisitor<P> {

private final String newVariablePrefix;
private final String exceptionMessage;

@EqualsAndHashCode.Include
private final List<Expression> taintedSinks;

Expand Down

0 comments on commit d10ebb4

Please sign in to comment.