Bug #642

Origin filter seems to do nothing

Added by J. Moringen over 12 years ago. Updated over 12 years ago.

Status:ResolvedStart date:10/18/2011
Priority:NormalDue date:10/18/2011
Assignee:J. Moringen% Done:

100%

Category:Java
Target version:0.5

Associated revisions

Revision b1172b45
Added by J. Moringen over 12 years ago

Fixed incorrect matching in SingleThreadEventReceivingStrategy
fixes #642
  • src/rsb/eventprocessing/SingleThreadEventReceivingStrategy.java: if
    a filter does not match, continue in the outer loop instead of
    applying the next filter

History

#1 Updated by J. Moringen over 12 years ago

  • Status changed from New to In Progress
  • Assignee set to J. Moringen
  • % Done changed from 0 to 50

OriginFilter did work correctly. SingleThreadEventReceivingStrategy was the culprit.

At Johannes: continue and break affect the innermost loop. Named loops have to be used to affect outer loops.

#2 Updated by J. Moringen over 12 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 50 to 100

Applied in changeset r2907.

#3 Updated by J. Wienke over 12 years ago

Actually this wasn't code i wrote. no idea why i am in the author tag. probably an eclipse automated comment. ;-)

Also available in: Atom PDF