WALA/com.ibm.wala.scandroid/source/org/scandroid
Ben Liblit d6ce679a72 Add static private serialVersionUID fields to Serializable classes
We already have plenty of examples of Serializable classes with this
field, and the vast majority of those fields have generated IDs rather
than "1L".  From this I infer that using proper serialVersionUID
fields is considered appropriate WALA coding style.
2017-08-05 13:30:35 -07:00
..
domain Fix Eclipse warnings about unused method parameters 2017-05-26 14:25:03 -07:00
flow Add static private serialVersionUID fields to Serializable classes 2017-08-05 13:30:35 -07:00
model Revert "Fix 106 Eclipse warnings about unnecessary else clauses" 2017-03-25 16:29:26 -05:00
prefixtransfer Fix Eclipse warnings about unused method parameters 2017-05-26 14:25:03 -07:00
spec Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
synthmethod Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
util Remove an unused method relating to Android system entry points 2017-08-05 13:29:50 -07:00