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 #1197 (closed defect: fixed)

Opened 2012-05-29T09:56:02-05:00

Last modified 2012-05-29T09:57:28-05:00

Shadows plugins fail with NPE

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b3-headless
Component: Plugins Version: 2.0.0-beta2
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

If you try to run a shadows plugin (i.e. process > shadows > north) on an image a null ptr exception is thrown.

Change History

comment:1 Changed 2012-05-29T09:57:28-05:00 by bdezonia

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

Fixed with commit ba76bc34a4e0beb5c69af353ef3801eb30055140. The AbstractShadows class had private (rather than protected) @Parameter definitions.