kaliveda-dev team mailing list archive
-
kaliveda-dev team
-
Mailing list archive
-
Message #00154
[Bug 740064] [NEW] Errors using example class KVQPSource: this method must be overridden!
Public bug reported:
When trying to use example analysis class AnalMonQP with example global variable class KVQPSource,
the following messages appear on execution:
Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "E*" does not exist fot the Class KVQPsource.
0 returned.
Warning in <KVQPsource::getvalue_int>: this method must be overridden!
Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "A" does not exist fot the Class KVQPsource.
0 returned.
Warning in <KVQPsource::getvalue_int>: this method must be overridden!
Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "Z" does not exist fot the Class KVQPsource.
0 returned.
The polymorphism has been broken since KVVarGlob base classes were
rewritten.
** Affects: kaliveda
Importance: Medium
Assignee: John Frankland (frankland)
Status: In Progress
** Affects: kaliveda/1.8
Importance: Medium
Assignee: John Frankland (frankland)
Status: In Progress
** Also affects: kaliveda/1.8
Importance: Medium
Assignee: John Frankland (frankland)
Status: In Progress
--
You received this bug notification because you are a member of KaliVeda
Development Team, which is subscribed to KaliVeda.
https://bugs.launchpad.net/bugs/740064
Title:
Errors using example class KVQPSource: this method must be overridden!
Status in KaliVeda data analysis framework:
In Progress
Status in KaliVeda 1.8 series:
In Progress
Bug description:
When trying to use example analysis class AnalMonQP with example global variable class KVQPSource,
the following messages appear on execution:
Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "E*" does not exist fot the Class KVQPsource.
0 returned.
Warning in <KVQPsource::getvalue_int>: this method must be overridden!
Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "A" does not exist fot the Class KVQPsource.
0 returned.
Warning in <KVQPsource::getvalue_int>: this method must be overridden!
Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "Z" does not exist fot the Class KVQPsource.
0 returned.
The polymorphism has been broken since KVVarGlob base classes were
rewritten.
Follow ups
References