WALA/com.ibm.wala.util/src/com/ibm/wala/util/graph/traverse
Ben Liblit a888a49fdd Fix all Eclipse warnings about unnecessary semicolons
I have *not* upgraded this problem to be treated as an error in the
future.  Unfortunately Eclipse uses a single configuration setting for
both unnecessary semicolons and also for empty control-flow statements
like `while (p) ;`.  I'm not convinced that it's worth rewriting all
instances of the latter into `while (p) { }`.  So this is just going
to stay as a warning for now.
2017-07-14 22:39:01 -07:00
..
BFSIterator.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
BFSPathFinder.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
BoundedBFSIterator.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
DFS.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
DFSAllPathsFinder.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
DFSDiscoverTimeIterator.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
DFSFinishTimeIterator.java changes for working with TeaVM and compilation to JavaScript 2017-01-03 20:58:16 -05:00
DFSPathFinder.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
FloydWarshall.java Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
GraphDFSDiscoverTimeIterator.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
NumberedDFSDiscoverTimeIterator.java Fix 11 Eclipse warnings about redundant interfaces 2017-03-20 00:43:57 -05:00
NumberedDFSFinishTimeIterator.java Fix 11 Eclipse warnings about redundant interfaces 2017-03-20 00:43:57 -05:00
SCCIterator.java merge 2013-06-25 11:57:37 -04:00
SlowDFSDiscoverTimeIterator.java Fix 11 Eclipse warnings about redundant interfaces 2017-03-20 00:43:57 -05:00
SlowDFSFinishTimeIterator.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
Topological.java Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
WelshPowell.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
package.html more conversion to Unix line endings 2012-09-04 15:59:50 -07:00