File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
mug-errorprone/src/main/java/com/google/mu/errorprone Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020import static com .google .mu .errorprone .FormatStringUtils .PLACEHOLDER_PATTERN ;
2121import static com .google .mu .util .stream .MoreStreams .indexesFrom ;
2222
23+ import java .util .List ;
24+
2325import com .google .auto .service .AutoService ;
24- import com .google .common .collect .ImmutableList ;
2526import com .google .common .collect .ImmutableSet ;
26- import com .google .mu .util .Substring ;
27- import com .google .mu .util .stream .BiStream ;
28- import com .google .mu .util .stream .MoreStreams ;
2927import com .google .errorprone .BugPattern ;
3028import com .google .errorprone .BugPattern .LinkType ;
3129import com .google .errorprone .VisitorState ;
3230import com .google .errorprone .bugpatterns .BugChecker ;
3331import com .google .errorprone .matchers .Matcher ;
3432import com .google .errorprone .matchers .Matchers ;
3533import com .google .errorprone .util .ASTHelpers ;
34+ import com .google .mu .util .Substring ;
35+ import com .google .mu .util .stream .BiStream ;
3636import com .sun .source .tree .ExpressionTree ;
3737import com .sun .source .tree .MethodInvocationTree ;
3838import com .sun .tools .javac .code .Symbol ;
3939import com .sun .tools .javac .code .Symbol .MethodSymbol ;
4040import com .sun .tools .javac .code .Type ;
41- import java .util .List ;
4241
4342/**
4443 * Warns against potential SQL injection risks caused by unquoted string placeholders. This class
Original file line number Diff line number Diff line change 77 </parent >
88 <artifactId >mug-safesql-java16tests</artifactId >
99 <packaging >jar</packaging >
10+ <name >Tests for SafeSql that require records</name >
1011 <properties >
1112 <maven .compiler.source>16</maven .compiler.source>
1213 <maven .compiler.target>16</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments