Open main menu

CDOT Wiki β

Changes

User:ShelleyShi

5,035 bytes added, 22:19, 11 April 2009
Projects
<table cellspacing="5" style="line-height: 1.5em; width: 22em; font-size: 95%; text-align: left; background-color: #F9F9F9; border: 1px solid #AAAAAA; color: black; float: right; margin: 0.5em 0 0.5em 1em; padding: 0.2em;">
<tr><td style="font-weight: bold; text-align: center; font-size: 125%;" colspan="2"><b>Xia Jun Shi</b></td></tr>
<tr><td style="padding: 4pt; line-height: 1.25em; text-align: center; font-size: 8pt;" colspan="2">[[Image: ]]<br/><div style="padding-top: 2pt;"><span style="">Me</span></div></td></tr>
<tr>
<th style="padding: 0.2em 1em 0.2em 0.2em; background: transparent none repeat scroll 0% 0%; line-height: 1.2em; text-align: left; font-size: 90%;vertical-align: top;"></th>
<tr>
<th style="padding: 0.2em 1em 0.2em 0.2em; background: transparent none repeat scroll 0% 0%; line-height: 1.2em; text-align: left; font-size: 90%;vertical-align: top;">Occupation</th>
<td class="role" style="padding: 0.2em; line-height: 1.3em; vertical-align: middle; font-size: 90%;">Software DeveloperCPA Student</td>
</tr>
<tr>
:'''Name''': Shelley Shi <br />
:'''Program''': Computer Programming and Analysis(CPA - 5 Semester) <br />
:'''Little about me: '''Hello folks! My name is Shelley Shi. Welcome to my Wiki web page.
----
== Beginners ==
* '''[http://cs.senecac.on.ca/~jordan.anastasiade/Eclipse/ Tutorias Tutorials by Jordan Anastasiade (Professor Seneca College)]'''
* '''[http://www.eclipse.org/home/newcomers.php Eclipse Newcomers FAQ]'''
* '''[http://www.eclipse.org/webtools/development/arch_and_design/ArchitectureOverviewInitial.html Eclipse Webtools Architecture Overview]'''
* '''[http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/naming.html Eclipse Naming Conventions]'''
* '''[http://www.eclipse.org/webtools/community/ Eclipse WTP Community]'''
** '''[http://www.eclipse.org/webtools/community/education/web/index.php Eclipse WTP Community Education]'''<br/><br/>
== Installing Tools ==
* '''Download [http://www.eclipse.org/downloads/ Eclipse for RCP/Plug-in Developers (175 MB)]'''. Unzip on your system in the directory: '''''Eclipse PlugIn'''''
* '''Download [http://download.eclipse.org/webtools/downloads/ Eclipse Web Tools Platform]''' (Stable Milestone Build)<br/><br/> == Contributions==* '''Figured out the packages, classes and methods related to the bug'''<br/>* '''Figured out that what we should do to fix the bug (set the arguments on the box) by posting the question on the newsgroup'''<br/>* '''Provided the possible solutions of the bug'''<br/>* '''Made closed changes in the related source code'''<br/>* '''Made the Tests of the bug and posted my tests on the Bugzilla'''<br/>* '''Made some comments on the blogs of my classmates to encourage with each other'''<br/> == Instructor == * '''Jordan Anastasiade '''<br/> 
== Contributions ==
== Projects ==
* '''Release 0.1'''''1. WTP - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=240698 Bug 240698 Normal - P3 ]<br/>Reproduce Bug 240698 and blog on [http://xiajunshi.wordpress.com/ http://xiajunshi.wordpress.com]<br/>''2. WTP - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=240698 137822 Bug 240698 137822 Normal - P3 ]<br/>Reproduce Bug 240698 137822 and blog on [http://xiajunshi.wordpress.com/ http://xiajunshi.wordpress.com]'' * '''Release 0.2'''<br/>''1. Checked out the related packages<br/>''2. Figured out the differences by using "Open Configurations Links" and "Run->Run Configurations->New"<br/>
* '''Release 0.3'''<br/>''1. Provided the possible solutions of the bug<br/>''2. Posted my possible solutions and stack trace on the Bugzilla<br/>''3. Made some changes in the related class and got the arguments in wrong way<br/>''4. Made the Tests of the bug according to Le's solution and posted them on the Bugzilla<br/><br/>
* '''Release 0.34'''<br/>''1. WTP - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=244862 Bug 244862 Normal - P3 ]<br/>Reproduce Bug 240698 and catch several stack traces in different scenarios<br/>Bog on [http://xiajunshi.wordpress.com/2009/04/12/stack-trace-for-bug-244862/ Stack Traces for Bug 244862 - WTP]<br/>
== Labs Activities ==* '''Week1''' <br/>Create Created the wiki web account<br/>Get Got used with wiki<br/>Add Added the name link in the [http://zenit.senecac.on.ca/wiki/index.php/Winter_2009_Open_Source_Students Winter 2009 Open Opened Source Students]and [http://zenit.senecac.on.ca/wiki/index.php/People People List] in the Wiki page
* '''Week2'''<br/>Create Created the account on [http://xiajunshi.wordpress.com/ http://xiajunshi.wordpress.com]<br/>Downloaded the [http://download.eclipse.org/webtools/downloads/ WTP and Plug-in]from eclipse web site Got the platform ready<br/>
* '''Week3'''<br/>Create Created an account in the [https://bugs.eclipse.org/bugs/createaccount.cgi Eclipse Bugzilla]<br/>
* '''Week4'''<br/>Select WTP - Bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=240698 https://bugs.eclipse.org/bugs/show_bug.cgi?id=Bug 240698]<br/>
Reproduce the Bug 240698<br/>
blog it Blog the produce on the [http://xiajunshi.wordpress.com/2009/01/29/hello-world/ my blog (Bug 240698 - Reproduced)]<br/>Change to another WTP - Bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=137822 Bug 137822]<br/>Reproduce the Bug 137822 <br/>Blog it on the [http://xiajunshi.wordpress.com/2009/0102/07/reproduce-wtp-bug-137822/ my blog (Bug 137822 - Reproduced)]<br/> * '''Week5'''<br/>Took my first look at all the packages from CVS<br/>Figured out the related packagesChecked out some related Packages:<br/> org.eclipse.wst.server.ui<br/> org.eclipse.wst.server.core<br/> org.eclipse.jst.server.coreSet some breakpoints on the class Server, and began to debug the code<br/>Took my first try and got some possible code related to throw the exception * '''Week7'''<br/>Posted my first question on the [http://www.eclipse.org/newsportal/article.php?id=18399&group=eclipse.webtools#18399 eclipse newsgroup]<br/>Got the feedback form [http://www.eclipse.org/webtools/people/person.php?name=isaacs Larry Isaacs] on the [http://www.eclipse.org/newsportal/article.php?id=18401&group=eclipse.webtools#18401 newsgroup]<br/>Figured out why the bug happens and what should do to fix it from Larry Isaacs's answer -- '''important milestone'''<br/> * '''Week8'''<br/>Reproduced the bug and emphasized the differences by using "Open Configuration Links" and "Run-Run Configurations->New"<br/>Blog my new findings on [http://xiajunshi.wordpress.com/2009/03/16/ask-for-the-help/ the blog (More information about the bug 137822)]<br/> * '''Week9'''<br/>Got two stack traces for exception and regular way to get the execution path<br/>Posted them on the [http://xiajunshi.wordpress.com/2009/03/25/29101/hellomy blog(WTP-worldbug 137822 Get the execution path)]<br/> * '''Week10'''<br/>Provided some possible solutions <br/>Posted my solutions on the [https://bugs.eclipse.org/bugs/show_bug.cgi?id=137822 Bugzilla]and tried to get the help from IBM<br/>Jordan suggeted all the students to focus on the web server bugs<br/>
* '''Week11 '''<br/>
Posted my questions on the [http://www.eclipse.org/newsportal/article.php?id=18527&group=eclipse.webtools#18527 newgroups] and got the help from Larry Isaacs again<br/>
Made some code changes in the org.eclipse.wst.server.ui.ServerLaunchConfigurationTab
try{
server2.getLaunchConfiguration(true,null);
}catch(Exception ex){}
Posted some possible code changes on [http://xiajunshi.wordpress.com/2009/04/03/a-little-progress-bug-137822/ my blog (A little progress - bug 137822)]<br/>
-- '''Collaborative Work is working''' -- <br/>
Displayed my bug to Le, explained what I did and what we should do to fix the bug, invited him to join me<br/>
After one day, recieved the email from Le who told me the bug is fixed and the solution is posed on [http://wb-os.blogspot.com/2009/04/possible-fix-bug-137822-part-i.html Le's blog (Possible Fix - Bug 137822 - Part I)]<br/>
Made the test on the platform and double checked that Le's solution works fine<br/>
Posted the test result on the Bugzilla according to the suggestion of Jordan and Peter <br/>
Provided some findings about the server and blog them on [http://xiajunshi.wordpress.com/2009/04/04/bug-137822-is-fixed/ my blog (Bug 137822 is fixed :) )] according to Peter Liu's suggestion<br/>
== Please Help, Thanks a Lot==* '''Week12 '''<br/>1Summarized my findings and post them on [http://xiajunshi. Somebody knows wordpress.com/2009/04/06/how to add the -does-run-run-configurations-work/ my blog feed thing in (How does “Run as->Run configurations” work)]<br/>Reproduced the [httphttps://zenitbugs.senecaceclipse.org/bugs/show_bug.cgi?id=244862 bug 244862]<br/>Catch several stack traces for bug 244862 and blog them on[http://xiajunshi.wordpress.cacom/~chris.tyler2009/04/12/planetstack-trace-for-bug-244862/ Open Source@Seneca PlanetStack Traces for Bug 244862 - WTP]<br/>
1
edit