WALA/com.ibm.wala.shrike/src/com/ibm/wala/sourcepos
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
..
CRTData.java scandriod merge 2014-10-01 21:32:36 -04:00
CRTFlags.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
CRTable.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
Debug.java Fix all Eclipse warnings about unnecessary semicolons 2017-07-14 22:39:01 -07:00
InvalidCRTDataException.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
InvalidPositionException.java scandriod merge 2014-10-01 21:32:36 -04:00
InvalidRangeException.java scandriod merge 2014-10-01 21:32:36 -04:00
InvalidSourceInfoException.java scandriod merge 2014-10-01 21:32:36 -04:00
MethodPositions.java Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
Position.java scandriod merge 2014-10-01 21:32:36 -04:00
PositionsAttribute.java scandriod merge 2014-10-01 21:32:36 -04:00
Range.java scandriod merge 2014-10-01 21:32:36 -04:00