Difference between revisions of "User:Heyqule"
(New page: I'm in 5th Semester of CPAC. == Contact Info == * '''Name''': Jian Feng Allen Xie * '''Program''': Computer Programming & Analysis * '''IRC nick''': heyqule * '''Email''': jfxie1@learn...) |
|||
(38 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
== Contact Info == | == Contact Info == | ||
− | * '''Name''': | + | * '''Name''': Allen JF Xie |
− | |||
− | |||
* '''IRC nick''': heyqule | * '''IRC nick''': heyqule | ||
− | * '''Email''': jfxie1@learn.senecac.on.ca | + | * '''Email''': jfxie1@learn.senecac.on.ca, hq.jfax {AT} gmail.com |
− | * '''Blog''': [http://heyqule. | + | * '''Blog''': [http://www.heyqule.net/blog/tech/oss heyqule < Open Source Software Dev Log] |
+ | I'm a student of CPAC, graduate in 2010. I'm also the webmaster of Computer Studies @ Seneca. I enjoy doing ambiguous things in my base, TEL2091. =D | ||
== Projects == | == Projects == | ||
+ | '''WTP:''' | ||
+ | * [https://bugs.eclipse.org/bugs/show_bug.cgi?id=253231 Bug 253231 - Validators need to ignore .* resources by default (Normal P3) ] | ||
+ | ** patch uploaded | ||
+ | * [https://bugs.eclipse.org/bugs/show_bug.cgi?id=218101 Bug 218101 - Allow validation of files outside of projects (Normal P3)] | ||
+ | ** dropped / beyond my scope | ||
== Contributions == | == Contributions == | ||
+ | * [http://zenit.senecac.on.ca/wiki/index.php/DPS909_and_OSD600_Winter_2009_Eclipse_WTP_Weekly_Schedule Eclipse WTP 2009 winter weekly schedule(maintainer)] | ||
+ | * [http://zenit.senecac.on.ca/wiki/index.php/Eclipse_Tips Eclipse Tips - Identifying Multiple Instances of Eclipse] | ||
+ | |||
+ | |||
+ | == OSD 600 Weekly Log == | ||
+ | * '''Week 1''' | ||
+ | ** Made sure my blog is running properly | ||
+ | ** Set up this wiki page | ||
+ | ** Became weekly schedule maintainer | ||
+ | ** Watched [http://video.google.ca/videoplay?docid=7707585592627775409&q=open+source "Resolution OS"] video | ||
+ | * '''Week 2''' | ||
+ | ** Created [http://zenit.senecac.on.ca/wiki/index.php/Eclipse_Tips Eclipse Tips] page | ||
+ | ** Added Identifying Multiple Instances of Eclipse section | ||
+ | ** Blog: [http://www.heyqule.net/blog/identifying-multiple-instances-eclipse Identifying Multiple Instances of Eclipse] | ||
+ | ** Created account on Eclipse Bugzilla | ||
+ | ** Read some of the week2 articles | ||
+ | * '''Week 3''' | ||
+ | ** Installed required copies of Eclipse (WTP, Plug-in dev) | ||
+ | ** Did the [https://cs.senecac.on.ca/~jordan.anastasiade/Eclipse/WTP/0/WTP_Tutorial_1.html tutorial] once | ||
+ | ** In the progress of searching my bug | ||
+ | * '''Week 4''' | ||
+ | ** Picked [https://bugs.eclipse.org/bugs/show_bug.cgi?id=218101 Bug 218101 - Allow validation of files outside of projects (Normal P3)] | ||
+ | ** Checked out '''org.eclipse.wst.validation.ui''' and '''org.eclipse.wst.validation''' | ||
+ | ** Reproduced the bug | ||
+ | ** Blog: [http://www.heyqule.net/blog/bug-218101-allow-validation-files-outside-projects Bug 218101 - Allow validation of files outside of projects] | ||
+ | * '''Week 5''' | ||
+ | ** Bug analysis | ||
+ | * '''Week 6''' | ||
+ | ** Bug analysis | ||
+ | ** Blog:[http://www.heyqule.net/blog/code-inspection-bug-218101 Code Inspection for Bug 218101] | ||
+ | ** Checked out '''org.eclipse.wst.validation.infopop''' | ||
+ | ** Blog:[http://www.heyqule.net/blog/ar-bug218101-lot-more-complicated-i-thought Bug became a lot more complicated than I thought] | ||
+ | ** Posted on eclipse newsgroup [http://www.eclipse.org/newsportal/article.php?id=18299&group=eclipse.webtools#18299 Validator works with projects only?] | ||
+ | * '''Week 7''' | ||
+ | ** Attended Eclipse Plug-in Architecture Presentation [http://zenit.senecac.on.ca/wiki/index.php/Eclipse Watch it here] | ||
+ | * '''Week 8''' | ||
+ | ** Recieved respond from Gary Karasiuk [http://www.eclipse.org/newsportal/article.php?id=18333&group=eclipse.webtools#18333 Validator works with projects only?] | ||
+ | ** Was deciding whether to switch my bug | ||
+ | * '''Week 9''' | ||
+ | ** Decided to switch my bug | ||
+ | ** Blog: [http://www.heyqule.net/blog/validation-only-works-files-workspace Validation only works with files in workspace] | ||
+ | ** Investigated and fixed [https://bugs.eclipse.org/bugs/show_bug.cgi?id=253231 Bug 253231] | ||
+ | ** Blog: [http://www.heyqule.net/blog/bug-253231-validators-need-ignore-resources-default Bug 253231 - Validators need to ignore .* resources by default] | ||
+ | ** Bug presentation in class | ||
+ | ** Uploaded my quick fix patch to [https://bugs.eclipse.org/bugs/show_bug.cgi?id=253231 Bugzilla] |
Latest revision as of 22:53, 6 September 2009
Contact Info
- Name: Allen JF Xie
- IRC nick: heyqule
- Email: jfxie1@learn.senecac.on.ca, hq.jfax {AT} gmail.com
I'm a student of CPAC, graduate in 2010. I'm also the webmaster of Computer Studies @ Seneca. I enjoy doing ambiguous things in my base, TEL2091. =D
Projects
WTP:
- Bug 253231 - Validators need to ignore .* resources by default (Normal P3)
- patch uploaded
- Bug 218101 - Allow validation of files outside of projects (Normal P3)
- dropped / beyond my scope
Contributions
- Eclipse WTP 2009 winter weekly schedule(maintainer)
- Eclipse Tips - Identifying Multiple Instances of Eclipse
OSD 600 Weekly Log
- Week 1
- Made sure my blog is running properly
- Set up this wiki page
- Became weekly schedule maintainer
- Watched "Resolution OS" video
- Week 2
- Created Eclipse Tips page
- Added Identifying Multiple Instances of Eclipse section
- Blog: Identifying Multiple Instances of Eclipse
- Created account on Eclipse Bugzilla
- Read some of the week2 articles
- Week 3
- Installed required copies of Eclipse (WTP, Plug-in dev)
- Did the tutorial once
- In the progress of searching my bug
- Week 4
- Picked Bug 218101 - Allow validation of files outside of projects (Normal P3)
- Checked out org.eclipse.wst.validation.ui and org.eclipse.wst.validation
- Reproduced the bug
- Blog: Bug 218101 - Allow validation of files outside of projects
- Week 5
- Bug analysis
- Week 6
- Bug analysis
- Blog:Code Inspection for Bug 218101
- Checked out org.eclipse.wst.validation.infopop
- Blog:Bug became a lot more complicated than I thought
- Posted on eclipse newsgroup Validator works with projects only?
- Week 7
- Attended Eclipse Plug-in Architecture Presentation Watch it here
- Week 8
- Recieved respond from Gary Karasiuk Validator works with projects only?
- Was deciding whether to switch my bug
- Week 9
- Decided to switch my bug
- Blog: Validation only works with files in workspace
- Investigated and fixed Bug 253231
- Blog: Bug 253231 - Validators need to ignore .* resources by default
- Bug presentation in class
- Uploaded my quick fix patch to Bugzilla