zhenyajiang / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
0 stars 0 forks source link

ReviewPlugin.getWorkspace() in code versin 3.2.1 #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
looking at the methodin ReviewPlugin class:

  /**
   * Gets the <code>IWorkspace</code> instance.
   * @return the <code>IWorkspace</code> instance.
   */
  public IWorkspace getWorkspace() {
    return this.getWorkspace();
  }

this can generate a loop with a stack overflow exception.

Original issue reported on code.google.com by diloret...@gmail.com on 26 Jan 2010 at 10:39

GoogleCodeExporter commented 8 years ago
sorry the error in the last source code available:

Bundle-Name: edu.hawaii.ics.csdl.jupiter
Bundle-Version: 3.5.1

Original comment by diloret...@gmail.com on 26 Jan 2010 at 10:41

GoogleCodeExporter commented 8 years ago
I don't think that method actually gets used.  However, I have changed it to 
call ResourcesPlugin.getWorkspace().  I may choose to remove the method at a 
later time (after I figure out why it might be there in the first place).

Original comment by jsakuda on 22 Jun 2010 at 12:28