NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #266 (closed task: fixed)

Opened 2010-11-01T13:03:58-05:00

Last modified 2012-02-24T15:12:30-06:00

Remove generic typing from PlaneStack

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2010: Oct-18 to Oct-29
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1014

Description

PlaneStack implementation broken. Its possible to have a PlaneStack<Float> containing int[] slices.

Change History

comment:1 Changed 2010-11-01T13:04:32-05:00 by bdezonia

  • Status changed from new to accepted

removed typing code. Some extra typing work required inside class.

comment:2 Changed 2010-11-01T13:04:35-05:00 by bdezonia

  • Status changed from accepted to closed
  • Resolution set to fixed

comment:3 Changed 2012-02-24T15:12:30-06:00 by curtis

  • Blocking 1014 added