Paul Milliken

Show:

What's happening?

  • Newlines in descriptions

    Would be nice to be able to specify new lines in options descriptions and have them formatted correctly. For instance, I have a parameter which maps to an enum, defined as follows: cmdLine.accepts("type","Specify the output type.\n'raw' = raw data.\n'java' = java class"); At present, 'raw' and 'java' descriptions end up at the left of the help output, rather then within the description...

    2009-05-19 11:06:14 UTC in JOpt Simple

  • Deadlock caused by ArrayIndexOutOfBounds

    When running one of our products under SWTSwing we encountered a deadlock. This appeared to be caused by a loop in startExclusiveSection in UIThreadUtils never exiting. This in turn was caused by an ArrayIndexOutOfBounds exception occuring in _getItem(index) in Table. Replacing the first line of this method with: TableItem tableItem = null; if (index >= 0 && index

    2008-10-06 11:33:34 UTC in SWTSwing

About Me

  • 2008-10-06 (1 year ago)
  • 2239021
  • paul_milliken (My Site)
  • Paul Milliken

Send me a message