Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » generated NOT for class
generated NOT for class [message #535560] Mon, 24 May 2010 13:01 Go to next message
Hugo A. Garcia is currently offline Hugo A. GarciaFriend
Messages: 258
Registered: July 2009
Senior Member
Hi

Just want to make sure if I change @generated to @generated NOT for the
class type that there are no major side effects.

Case:

I am changing the generated MultiPageEditorPart to a FormEditor:

/**
* This is an example of a Application model editor.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
public class ApplicationEditor
extends FormEditor
implements IEditingDomainProvider, ISelectionProvider, IMenuListener,
IViewerProvider {

-H
Re: generated NOT for class [message #535561 is a reply to message #535560] Mon, 24 May 2010 13:09 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Hugo,

This (NOT) will block all merging for everything inside that class.
Anything else other than NOT, e.g., not, will block only the merging of
the header part (the implements/extends).


Hugo A. Garcia wrote:
> Hi
>
> Just want to make sure if I change @generated to @generated NOT for
> the class type that there are no major side effects.
>
> Case:
>
> I am changing the generated MultiPageEditorPart to a FormEditor:
>
> /**
> * This is an example of a Application model editor.
> * <!-- begin-user-doc -->
> * <!-- end-user-doc -->
> * @generated NOT
> */
> public class ApplicationEditor
> extends FormEditor
> implements IEditingDomainProvider, ISelectionProvider,
> IMenuListener, IViewerProvider {
>
> -H


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Loading entry in a jar file
Next Topic:Handling custom exceptions
Goto Forum:
  


Current Time: Fri Apr 26 07:06:22 GMT 2024

Powered by FUDForum. Page generated in 0.03031 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top