Skip to content

Commit fda20a0

Browse files
committed
Fix inspection description
1 parent 09049ee commit fda20a0

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html lang="en">
22
<body>
33
<p>
4-
Displays an error or warning if there is no test data after a bind variable.
4+
Displays an error or warning if there is no test data after a variable directive.
55
</p>
66
</body>
77
</html>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<html lang="en">
22
<body>
33
<p>
4-
DAO method inspection by Doma Tools.
5-
Displays warnings or errors for missing method definitions in SQL files.
6-
A quick fix for SQL generation is suggested for the target.
4+
DAO Method Inspection with Doma Tools.
5+
If a DAO method does not have a corresponding SQL file, a warning or error is displayed.
6+
A quick-fix to generate the missing SQL file is then offered.
77
</p>
88
</body>
99
</html>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<html lang="en">
22
<body>
33
<p>
4-
Doma Tools checks whether bind variables used in SQL exist in DAO method arguments or classes.
4+
Doma Tools resolves the definitions of bind variables and class names used in static property calls within SQL,
5+
and displays a warning or error if a definition cannot be found.
56
</p>
67
</body>
78
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html lang="en">
22
<body>
33
<p>
4-
Doma Tools displays warnings or errors for unused method arguments in SQL.
4+
Doma Tools displays warnings or errors for unused method arguments.
55
</p>
66
</body>
77
</html>

0 commit comments

Comments
 (0)