[JIRA] Created: (LBCLASSIC-238) GEventEvaluator cannot be started

GEventEvaluator cannot be started --------------------------------- Key: LBCLASSIC-238 URL: http://jira.qos.ch/browse/LBCLASSIC-238 Project: logback-classic Issue Type: Bug Affects Versions: 0.9.27 Reporter: Robert Elliot Assignee: Logback dev list Priority: Critical GEventEvaluator is fundamentally broken, because it overrides the start() method on EventEvaluatorBase but never sets EventEvaluatorBase's started field to true, so the isStarted() method on EventEvaluatorBase always returns false resulting in EvaluatorFilter's decide method always returning NEUTRAL. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCLASSIC-238?page=com.atlassian.jira.plugin.syste... ] Robert Elliot updated LBCLASSIC-238: ------------------------------------ Attachment: GEventEvaluatorTest.java Failing JUnit test case demonstrating the problem
GEventEvaluator cannot be started ---------------------------------
Key: LBCLASSIC-238 URL: http://jira.qos.ch/browse/LBCLASSIC-238 Project: logback-classic Issue Type: Bug Affects Versions: 0.9.27 Reporter: Robert Elliot Assignee: Logback dev list Priority: Critical Attachments: GEventEvaluatorTest.java
GEventEvaluator is fundamentally broken, because it overrides the start() method on EventEvaluatorBase but never sets EventEvaluatorBase's started field to true, so the isStarted() method on EventEvaluatorBase always returns false resulting in EvaluatorFilter's decide method always returning NEUTRAL.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCLASSIC-238?page=com.atlassian.jira.plugin.syste... ] Ceki Gulcu reassigned LBCLASSIC-238: ------------------------------------ Assignee: Ceki Gulcu (was: Logback dev list)
GEventEvaluator cannot be started ---------------------------------
Key: LBCLASSIC-238 URL: http://jira.qos.ch/browse/LBCLASSIC-238 Project: logback-classic Issue Type: Bug Affects Versions: 0.9.27 Reporter: Robert Elliot Assignee: Ceki Gulcu Priority: Critical Attachments: GEventEvaluatorTest.java
GEventEvaluator is fundamentally broken, because it overrides the start() method on EventEvaluatorBase but never sets EventEvaluatorBase's started field to true, so the isStarted() method on EventEvaluatorBase always returns false resulting in EvaluatorFilter's decide method always returning NEUTRAL.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCLASSIC-238?page=com.atlassian.jira.plugin.syste... ] Ceki Gulcu resolved LBCLASSIC-238. ---------------------------------- Fix Version/s: 0.9.28 Resolution: Fixed Fixed in http://github.com/ceki/logback/commit/9fa097d645fe31
GEventEvaluator cannot be started ---------------------------------
Key: LBCLASSIC-238 URL: http://jira.qos.ch/browse/LBCLASSIC-238 Project: logback-classic Issue Type: Bug Affects Versions: 0.9.27 Reporter: Robert Elliot Assignee: Ceki Gulcu Priority: Critical Fix For: 0.9.28
Attachments: GEventEvaluatorTest.java
GEventEvaluator is fundamentally broken, because it overrides the start() method on EventEvaluatorBase but never sets EventEvaluatorBase's started field to true, so the isStarted() method on EventEvaluatorBase always returns false resulting in EvaluatorFilter's decide method always returning NEUTRAL.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
participants (2)
-
Ceki Gulcu (JIRA)
-
Robert Elliot (JIRA)