Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 95588a: Fixed a possible index out of bounds exception.

  Branch: refs/heads/anna/postprocessing
  Home:   https://github.com/eclipse/ice
  Commit: 95588a7e23227a51ed0a28973577bc8a5e2ad12c
      https://github.com/eclipse/ice/commit/95588a7e23227a51ed0a28973577bc8a5e2ad12c
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-23 (Mon, 23 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourceView.java

  Log Message:
  -----------
  Fixed a possible index out of bounds exception.
Removed an unnecessary cast that was generating a warning.
Removed a TODO flag.
Organized the imports.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>



Back to the top