WALA/com.ibm.wala.util/src/com/ibm/wala
Ben Liblit 37fe595fbd Factor out common logic for Dot output format names/suffixes
Instead of having two `switch` statements on the Dot format
enumeration, give each Dot enumeration value a way to identify its own
preferred file suffix and command-line format name.  This removes some
warnings about `switch` statements without default cases.  It also
creates strong static enforcement that any new Dot format *must* also
provide this information.
2017-08-15 14:55:34 -07:00
..
dataflow/graph Fix additional uses of raw types related to IVariable 2017-07-12 10:39:06 -07:00
fixedpoint/impl Merge branch 'master' of https://github.com/wala/WALA 2017-07-13 13:02:29 -04:00
fixpoint Fix additional uses of raw types related to IVariable 2017-07-12 10:39:06 -07:00
util Fix Eclipse warnings about redundant null checks and assignments 2017-08-15 09:11:29 -07:00
viz Factor out common logic for Dot output format names/suffixes 2017-08-15 14:55:34 -07:00