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: README.md
+51-20Lines changed: 51 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,29 +25,60 @@ In this version, the core of the plugin is based on [SRCML](http://www.srcml.org
25
25
There must be a file name `ruleJson.txt` in the project folder. In this file, there exists a JSON object named `ruleTable`. Here is the example for this file:
26
26
27
27
```
28
-
ruleTable=
29
28
[
30
29
{
31
-
"ruleDescription": "All classes must have a constructor",
"ruleDescription": "All @Entity classes must be registered.",
42
-
"detail": "All @Entity classes must register themselves so that they can be used with Objectify. You need the statement ObjectifyService.register(TheEntityClassInQuestion);",
"ruleDescription": "All @Entity classes must be registered.",
46
+
"detail": "All @Entity classes must register themselves so that they can be used with Objectify. You need the statement ObjectifyService.register(TheEntityClassInQuestion);",
0 commit comments