Skip to content

Commit 69745ce

Browse files
author
John Jorgensen
committed
Update README.coding_rules to reflect switch from make to ant,
and disappearance of package.list.
1 parent b004de9 commit 69745ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.coding_rules

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ maintain interoperability as a library and with GUIs, the following
66
coding rules have been imposed. A checker has been included which points
77
out potential violations of these rules. To run it, enter:
88

9-
make badfields
9+
ant badfields
1010

1111
Rules:
1212

@@ -31,8 +31,6 @@ Rules:
3131

3232
5) Singletons should be implemented as follows:
3333
- add the name of the singleton to soot/src/singletons.list
34-
- make sure that the package that the singleton is in is listed in
35-
soot/src/package.list
3634
- run soot/src/make_singletons > soot/src/soot/Singletons.java
3735
- in your singleton, include the following two methods following
3836
the model in soot.jimple.toolkits.base.Aggregator:
@@ -49,7 +47,7 @@ Rules:
4947
its own instance, meaning that all global variables and singletons
5048
can be reset by resetting that one single instance.
5149

52-
6) "make badfields" should be run periodically to check that these rules
50+
6) "ant badfields" should be run periodically to check that these rules
5351
are being followed. It will report most violations. Unfortunately,
5452
it also reports some false positives that must be checked by hand.
5553
Many of these are final static arrays, whose elements are never

0 commit comments

Comments
 (0)