WALA/com.ibm.wala.ide.tests/src/com/ibm/wala
Ben Liblit 42c7866dfd Prune constructor and method signatures after removing unused fields
Removing an unused field sometimes means removing constructor code
that used to initialize that field.  Removing that initialization code
sometimes leaves whole constructor arguments unused.  Removing those
unused arguments can leave us with unused code to compute those
arguments in constructors' callers, and so on.  This commit tries to
clean all of this up, working backward from the unused fields that an
earlier commit already removed.  Hopefully I have avoided removing
upstream code that had other important side effects, but it wouldn't
hurt for a WALA expert to review this change carefully.
2017-03-25 17:40:22 -05:00
..
examples/drivers Prune constructor and method signatures after removing unused fields 2017-03-25 17:40:22 -05:00
ide Plug numerous potential resource leaks 2017-03-12 21:38:43 -05:00