Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 255782 - IModuleNodeExtension.getCloseable() wrong behaviour
Summary: IModuleNodeExtension.getCloseable() wrong behaviour
Status: RESOLVED FIXED
Alias: None
Product: Riena
Classification: RT
Component: navigation (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 08:33 EST by Holger Hoch CLA
Modified: 2009-01-15 17:34 EST (History)
1 user (show)

See Also:


Attachments
applies changes from description (11.62 KB, patch)
2008-11-19 08:35 EST, Holger Hoch CLA
christian.campo: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hoch CLA 2008-11-19 08:33:10 EST
Build ID: xxx

Steps To Reproduce:
1. modify module definition for "UI Process" in Riena example by removing closeable="false"
2. The module still is NOT closeable

More information:
the default for the boolean retruned from IModuleNodeExtension.isCloseable() is false -> rename attribute from "closeable" to "uncloseable"
IGenericNavigationAssembler/GenericNavigationAssembler nodeDefinition instVar and Methods should be renamed to assemby
Comment 1 Holger Hoch CLA 2008-11-19 08:35:23 EST
Created attachment 118239 [details]
applies changes from description
Comment 2 Stefan Liebig CLA 2008-11-19 08:56:20 EST
Thanks!
Patch comitted