WALA/com.ibm.wala.util/src/com/ibm/wala
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
..
dataflow/graph Fix additional uses of raw types related to IVariable 2017-07-12 10:39:06 -07:00
fixedpoint/impl Fix additional uses of raw types related to IVariable 2017-07-12 10:39:06 -07:00
fixpoint Fix additional uses of raw types related to IVariable 2017-07-12 10:39:06 -07:00
util Add static private serialVersionUID fields to Serializable classes 2017-08-05 13:30:35 -07:00
viz Remove "throws XYZ" declarations where XYZ cannot be thrown 2017-07-28 10:20:28 -07:00