Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Sandbox"

Line 19: Line 19:
  
  
<source lang="java" line="0">
+
<source lang="java" line="1">
 
public class Foo {
 
public class Foo {
 
   public Foo(String aParameter) {
 
   public Foo(String aParameter) {

Revision as of 13:45, 28 February 2009

Create implementation for Foo
Possible mentors: Erne, Bert
Related Project: PDE
Description: Fix the most popular bugs and feature requests: provide patches or fixes for any open bugzilla with at least 20 votes.
Further information
<first>
  <second>
    <third>
    </third>
  </second>
</first>


  1. public class Foo {
  2.   public Foo(String aParameter) {
  3.     object.method(aParameter, 23);
  4.   }
  5. }

Back to the top