[forge-dev] [JBoss JIRA] Updated: (SEAMFORGE-90) Should be able to remove facets

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Mar 23 23:57:47 EDT 2011


     [ https://issues.jboss.org/browse/SEAMFORGE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III updated SEAMFORGE-90:
----------------------------------------

    Description: 
{code}
   /**
    * Remove this facet from its {@link Project}, and perform any necessary cleanup.
    */
   boolean uninstall();
{code}
BaseFacet implements this method for convenience.


{code}
   @Override
   public boolean uninstall()
   {
      return false;
   }
{code}

  was:


   /**
    * Remove this facet from its {@link Project}, and perform any necessary cleanup.
    */
   boolean uninstall();

BaseFacet implements this method for convenience.



   @Override
   public boolean uninstall()
   {
      return false;
   }



> Should be able to remove facets
> -------------------------------
>
>                 Key: SEAMFORGE-90
>                 URL: https://issues.jboss.org/browse/SEAMFORGE-90
>             Project: Seam Forge
>          Issue Type: Enhancement
>          Components: Plugin API
>    Affects Versions: 1.0.0.Alpha2
>            Reporter: Lincoln Baxter III
>            Assignee: Lincoln Baxter III
>             Fix For: 1.0.0.Alpha3
>
>
> {code}
>    /**
>     * Remove this facet from its {@link Project}, and perform any necessary cleanup.
>     */
>    boolean uninstall();
> {code}
> BaseFacet implements this method for convenience.
> {code}
>    @Override
>    public boolean uninstall()
>    {
>       return false;
>    }
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-dev mailing list