[RavenclawDev 271] Re: bug in Concept.cpp???

Antoine Raux antoine at cs.cmu.edu
Tue May 15 15:14:51 EDT 2007


This definitely looks like a bug to me... You can go ahead and fix it.

Dan if there is an actual rational explanation for it being this way, let us
know, and we can rollback later...

antoine

-----Original Message-----
From: ravenclaw-developers-bounces at LOGANBERRY.srv.cs.cmu.edu
[mailto:ravenclaw-developers-bounces at LOGANBERRY.srv.cs.cmu.edu] On Behalf Of
Udhyakumar N
Sent: Tuesday, May 15, 2007 3:11 PM
To: ravenclaw-developers at cs.cmu.edu
Subject: [RavenclawDev 270] bug in Concept.cpp???

I happen to notice the following code in
RavenClaw\DMCore\Concepts\Concept.cpp

// D: clears the explicitly confirmed hyp
void CConcept::ClearExplicitlyConfirmedHyp() {
    sExplicitlyConfirmedHyp = "";
}

// D: clears the explicitly confirmed hyp
void CConcept::ClearExplicitlyDisconfirmedHyp() {
    sExplicitlyConfirmedHyp = "";
}

Both the functions clear the same variable sExplicitlyConfirmedHyp. I
think the second one should be sExplicitlyDisconfirmedHyp. Could it be
a bug?

-Udhay




More information about the Ravenclaw-developers mailing list