Oxford Partnership wrote: > In the following code > > http://www.openehr.org/svn/knowledge_tools_dotnet/TRUNK/ArchetypeEditor/BusinessLogic/openEHR/History/RmEvent.vb > > ... > is the following line an error?, why set it to itself? > > ae.boolFixedOffset = ae.boolFixedOffset
It's clearly a bug, isn't it? As far as I can see nothing calls that method. Normally I would delete unused code, but in this case I imagine it might be useful for implementing copy and paste in Archetype Editor, so rather than delete it I've fixed the bug. Thanks for noticing it. - Peter

