Re: [MATH] BOBYQAOptimizer.java - switch case fallthrough warnings

2011-11-10 Thread Gilles Sadowski
On Thu, Nov 10, 2011 at 03:11:22PM +, sebb wrote: > Eclipse reports several such for BOBYQAOptimizer.java: > > Switch case may be entered by falling through previous case. > If intended, add a new comment //$FALL-THROUGH$ on the line above > > I don't know if these are intended or not -

[MATH] BOBYQAOptimizer.java - switch case fallthrough warnings

2011-11-10 Thread sebb
Eclipse reports several such for BOBYQAOptimizer.java: Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above I don't know if these are intended or not - any offers? ---