Book a Demo

Author Topic: Is that is a bug?  (Read 5277 times)

calmman

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Is that is a bug?
« on: August 10, 2010, 12:12:18 pm »
version 7.5
action
1. import cpp or doing synchronization.
2. select the modfied class element press f10
issue:
all method tip you have not saved it yet. so trouble. Is that is a bug? Is there way to save all?
thanks a lot.
« Last Edit: August 10, 2010, 12:13:48 pm by calmman »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13495
  • Karma: +572/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Is that is a bug?
« Reply #1 on: August 10, 2010, 03:29:27 pm »
I have absolutely no clue as to what you trying to say :-[

Geert

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Is that is a bug?
« Reply #2 on: August 10, 2010, 04:23:13 pm »
Calmman, can you write in your own language, or use european letters to make the sounds of your words?

Or say what country you are from?

We can read and reply in Chinese, and maybe give help in other non-european languages.

« Last Edit: August 10, 2010, 04:44:27 pm by RoyC »
Best Regards, Roy

calmman

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: Is that is a bug?
« Reply #3 on: August 11, 2010, 04:40:45 pm »
Ok, sorry, I had not described it clear. try again
action
1. I have a class in EA project browser.
2. export the class to external header file.
3. append some methodes declaration in the header file.
4. select the class in project browser and press F7 to do synchronizing action.
5. select the class in project and press F10 to call method editor dialog.
6. I found all method of the class in the dailog are became to state that not save yet. when pick one of them, you will found the [save] button will be enable, and if you change your selection to other method, a message box will tip you to save last one, so trouble. it seem the synchronizing action reset the save/not save status. in my opinion, EA should auto save when "import"/"synchronizing" are completed.

thanks a lot.
« Last Edit: August 11, 2010, 04:44:15 pm by calmman »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13495
  • Karma: +572/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Is that is a bug?
« Reply #4 on: August 11, 2010, 05:23:39 pm »
Calman,

I very much doubt that the operations are not saved yet, as that is not the way EA works.
Opening the operations dialog will query the database and will only show you the operations as they exist in the database.

What could be happening is that the EA client, for some reason, is setting the operations to "dirty" while they are not changed at all.
That could indeed be a bug.

Geert

WorkerBee

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Is that is a bug?
« Reply #5 on: August 11, 2010, 07:08:00 pm »
Well, this is no bug, it is EAUI.
What happens is that EA "recognizes" the types of the return and parameter values whilst scrolling through the methods and then internally "updates" the previously unknown data types to already present data types stored in the repository.
So such methods get the dirty flag and may require saving.

Uncle G.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8098
  • Karma: +118/-20
    • View Profile
Re: Is that is a bug?
« Reply #6 on: August 12, 2010, 08:10:38 am »
It sounds like an error to me.  I notice that you are using version 7.5.  I suspect you will find that this has been fixed if you upgrade to the latest version.

calmman

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: Is that is a bug?
« Reply #7 on: August 14, 2010, 03:15:50 am »
Thanks all of yours. I think WorkerBee is right~~ EN , I will try last version.