Bug #330 (closed)
Weird null values returned from RE.getPixels()
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | major | Cc: | |
Sprint: | n.a. | ||
Total Remaining Time: | n.a. |
Description
The data returned by the RenderingEngine in getPixels() (after load) is acting sketchy.
Change History (5)
comment:1 Changed 18 years ago by jmoore
comment:2 Changed 18 years ago by jmoore
Turns out there was an explicit unloading going on in RenderingBean via ShallowCopy. Just need to copy more data over. The human side of this was that after #197 I got used to all Beans and Services being joined, while RenderingBean was still delegated to RenderingEngineImpl. These should probably be merged.
comment:3 Changed 18 years ago by jmoore
See #194 for the real reason behind this. Specifically, why ShallowCopy? is needed in the first place.
comment:4 Changed 18 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Basically we forgot. No issue here. Move along.
comment:5 Changed 18 years ago by cxallan
Example "proper" ShallowCopy? usage for data graphs can be found in r922.
r917 adds a test (and changes to ObjectFactory? for testing). Also one minor bug in RenderingEngineImpl that didn't allow returning the Pixels until the RenderingDef was set.