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 #405 (closed task: fixed)

Opened 2011-03-29T15:39:31-05:00

Last modified 2011-03-31T16:42:21-05:00

Make available a list of known issues

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej-2.0-alpha1
Component: Core Version:
Severity: critical Keywords:
Cc: Blocked By:
Blocking:

Description

Create a text file that can contain a list of known issues. When IJ2 started up display this list in a welcome dialog. JOptionPane alternatives may be fine for now. Add that to SwingUI.java.

As part of this ticket try many things in IJ2 and document what is broken in the knownIssues.txt file.

Change History

comment:1 Changed 2011-03-29T15:44:18-05:00 by bdezonia

One thing to note - memory use hardcoded to 512mb already.

comment:2 Changed 2011-03-30T14:47:14-05:00 by bdezonia

  • Severity changed from serious to critical

comment:3 Changed 2011-03-31T16:42:21-05:00 by bdezonia

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

Put code in place to read the README.txt file that lives in the application's root directory into a TextArea.

Edited README.txt to list commands that are working.