diff --git a/readme.md b/readme.md index 87c272e..1455353 100644 --- a/readme.md +++ b/readme.md @@ -28,3 +28,8 @@ pip3 install -r requirements.txt ``` The resulting CSV file containing a list of God classes is generated in the `god_classes/god_classes.csv` path. + +## Compile report + +- Install [Pandoc](https://pandoc.org/); +- Run `pandoc main.md -o main.pdf` in `report` directory. \ No newline at end of file diff --git a/report/main.md b/report/main.md index 819bdfd..8aa264d 100644 --- a/report/main.md +++ b/report/main.md @@ -45,7 +45,9 @@ Commit ID: **TBD** The god classes I identified, and their corresponding number of methods can be found in Table [1](#tab:god_classes){reference-type="ref" -reference="tab:god_classes"}. +reference="tab:god_classes"}. + +Note: the number of methods was computed by considering only methods and not constructors. ## Feature Vectors diff --git a/report/main.pdf b/report/main.pdf index c2645e3..1516563 100644 Binary files a/report/main.pdf and b/report/main.pdf differ