<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt">Hi Mauricio,<br><br>I found one of the problems. It's a combination of Proteins.h and Atoms.h.<br><br>The class Proteins is a subclass of Atoms. Atoms has an Objects instance called 'atoms'. Protein also has an Objects instance called 'atoms'. Therefore the instances of atoms are overloaded, and local scope takes precedence.<br><br>This is precisely the kind of problem that we can prevent with both a coding convention and using strong type-checking.<br><br>Best regards,<br><br>- m.<br><br>__________________________________<br>Mike Wong, Staff Research Associate<br>Center for Computing for Life Sciences (CCLS)<br>San Francisco State University<br>1600 Holloway Avenue, Hensill Hall 301, SF, CA 94132<br>(415) 405-2119<br>mikewong@sfsu.edu<div><br></div><div style="font-family: arial,helvetica,sans-serif;
 font-size: 10pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Mauricio Ardila &lt;willy_se_free@hotmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> mike &lt;mikewong@sfsu.edu&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Wednesday, July 1, 2009 11:43:40 AM<br><b><span style="font-weight: bold;">Subject:</span></b> RE: Test error<br></font><br>


<style>
.hmmessage P
{
margin:0px;padding:0px;}
body.hmmessage
{
font-size:10pt;font-family:Verdana;}
</style>

<div><br></div>hi Mike<div><br></div><div>yesterday i found out that the change the&nbsp;schedule of my flight to 5:30 so i will not be able to make the meeting of today.</div><div><br></div><div>additionally the only thing i found out was that in neighborhood.h</div><div>in lines 24 to 30 a new &nbsp;&nbsp;Point3DList list is created and the it is populated with the&nbsp;coordinates&nbsp;of each atom.<br></div><div><br></div><div>however there was a change in which instead of using&nbsp;</div><div><br></div><div>retList-&gt;push_back(&amp;protein-&gt;GetAtom(i)-&gt;coord);<br></div><div><br></div><div><br></div><div>now&nbsp;</div><div><br></div><div><div>Atom *atom;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;for (int i = 0; i &lt; numAtoms; i++) {</div><div><span class="Apple-tab-span" style="white-space: pre;">                        </span>atom = (*protein)[ i ];</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;retList-&gt;push_back( &amp;(atom-&gt;coord)
 );</div><div><br></div><div>the logic is the same, but the [] operator does seems to create a problem.</div><div><br></div><div>so, in conclusion that was all that i found that can cause a problem.</div><div><br></div><div>i was not able to fully complete pass the test but i think it is a start.</div><div><br></div><div>let me know if you need anything</div><div><br></div><div>Mauricio</div></div><div><br><hr id="stopSpelling">Date: Wed, 24 Jun 2009 21:08:53 -0700<br>From: mikewong@sfsu.edu<br>Subject: Re: Test error<br>To: willy_se_free@hotmail.com<br><br>

<style>
.ExternalClass DIV
{}
</style><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">Hi Mauricio,<br><br>Thursday at 3pm sounds good. See you at CCLS. We may wander over to the library and look at some software testing books.<br><br>Thanks,<br><br>- m.<br><div>&nbsp;</div>__________________________________<br>Mike Wong, Staff Research Associate<br>Center for Computing for Life Sciences (CCLS)<br>San Francisco State University<br>1600 Holloway Avenue, Hensill Hall 301, SF, CA 94132<br>(415) 405-2119<br>mikewong@sfsu.edu<div><br></div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Mauricio Ardila &lt;willy_se_free@hotmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> mike
 &lt;mikewong@sfsu.edu&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Wednesday, June 24, 2009 4:26:05 PM<br><b><span style="font-weight: bold;">Subject:</span></b> RE: Test error<br></font><br>


<style>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
</style>

<div><br></div>do you wanna meet tomorrow like at 3?<div><br></div><div>Mauricio<br><br><hr id="EC_stopSpelling">Date: Tue, 23 Jun 2009 11:21:15 -0700<br>From: mikewong@sfsu.edu<br>Subject: Re: Test error<br>To: willy_se_free@hotmail.com<br><br>

<style>
.ExternalClass DIV
{}
</style><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">Hi Mauricio,<br><br>Yes, when's a good time for you this week? I'm free Wed-Fri 1-4pm.<br><br>Best regards,<br><br>- m.<br><div>&nbsp;</div>__________________________________<br>Mike Wong, Staff Research Associate<br>Center for Computing for Life Sciences (CCLS)<br>San Francisco State University<br>1600 Holloway Avenue, Hensill Hall 301, SF, CA 94132<br>(415) 405-2119<br>mikewong@sfsu.edu<div><br></div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Mauricio Ardila &lt;willy_se_free@hotmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> mike &lt;mikewong@sfsu.edu&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, June 18, 2009 3:10:16
 PM<br><b><span style="font-weight: bold;">Subject:</span></b> RE: Test error<br></font><br>


<style>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
</style>

Hi mike<div><br></div><div>do you wanna meet soon to talk about this new task?</div><div><br></div><div>Mauricio<br><br><hr id="EC_EC_stopSpelling">Date: Thu, 18 Jun 2009 12:51:31 -0700<br>From: mikewong@sfsu.edu<br>Subject: Test error<br>To: feature-dev@simtk.org<br>CC: tumanyan@sfsu.edu; mardila@sfsu.edu<br><br>

<style>
.ExternalClass DIV
{}
</style><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">Hi all,<br><br>I've recently discovered that a hole in our test coverage has been glossing over a particularly bad problem; we may be generating faulty models.<br><br>Therefore, I'm tasking myself and Mauricio to become Grade-A Test Engineers. Anyone who's interested in this unglamorous, but unbelievably important, process, please contact me. This is especially important for those who are thinking of a career in industry.<br><br>Software Quality Assurance texts spend huge amounts of time explaining how to design tests so that they don't fail. There's very little discussion on tests that have poor coverage, or simply faulty tests, and what to do when you find yourself in those situations. This is where practice diverges from theory, and one of the areas where experience matters most. There is
 significant hands-on learning that will happen here, something that can potentially help you nail an interview and land a job or a performance review and score a promotion.<br><br>Developers can continue to develop, but sometime in the near future we will need a temporary code freeze to implement the bug patches.<br><br>Best regards,<br><br>- m.<br><div>&nbsp;</div>__________________________________<br>Mike Wong, Staff Research Associate<br>Center for Computing for Life Sciences (CCLS)<br>San Francisco State University<br>1600 Holloway Avenue, Hensill Hall 301, SF, CA 94132<br>(415) 405-2119<br>mikewong@sfsu.edu<div><br></div></div></div><br><hr> <a rel="nofollow" target="_blank" href="http://clk.atdmt.com/MRT/go/119462413/direct/01/">Stay up to date on your PC, the Web, and your mobile phone with Windows Live</a></div></div></div></div><br><hr>Windows Live Hotmail now works up to 70% faster. <a rel="nofollow" target="_blank"
 href="http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_faster_112008">Sign up today.</a></div></div></div></div><br><hr>Windows Live Hotmail now works up to 70% faster. <a rel="nofollow" target="_blank" href="http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_faster_112008">Sign up today.</a></div></div></div></body></html>