Difference between revisions of "Resources and Guidelines 4"

From CDOT Wiki
Jump to: navigation, search
(Created page with '== Activity 4: Dive into the source code and create a patch. == == Resources == * How to fix a Bug in Eclipse? (Eclipse article) [http://www.eclipse.org/articles/article.php?fil...')
 
(Guidelines)
 
Line 8: Line 8:
  
 
== Guidelines ==
 
== Guidelines ==
* Read the resources.
+
* READ the resources.
 
* Install the Plugin Development Environment (PDE).
 
* Install the Plugin Development Environment (PDE).
 
* Check out the source code (e.g. the Valgrind plugins) from the SVN repository.
 
* Check out the source code (e.g. the Valgrind plugins) from the SVN repository.

Latest revision as of 09:01, 17 March 2010

Activity 4: Dive into the source code and create a patch.

Resources

  • How to fix a Bug in Eclipse? (Eclipse article) [1]
  • Eclipse FAQ [2]
  • Eclipse : building commercial-quality plug-ins by Eric Clayberg and Dan Rubel (college library eBook)
  • Eclipse Plugin Development [3]

Guidelines

  • READ the resources.
  • Install the Plugin Development Environment (PDE).
  • Check out the source code (e.g. the Valgrind plugins) from the SVN repository.
    • When you install Subclipe, you need to fix the problem of missing JavaHL Library.
  • Inspect the source code of some Java classes that interest you.
  • Change the source code (e.g. the ColorManager class in ??? plug-in) and run it.
  • Create a patch if it runs correctly!