function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sachin10Sachin10 

Refreshing Eclipse changes lastmodifiedby to my name

Hi Team,
When ever I try to refresh the eclipse,the lastmodifiedby getting changed to my name.
This is becoming a serious issue beacuse as a team many other people are working alongside with me.
If any issue occurs in their code,the fingers are pointed at me because lastmodifiedby is under my name.

Can some let me know if there is any solution for this issue?
Many thanks in advance :)
Pradeep RajuPradeep Raju
Hi Sachin,

Have you enabled Build Automatically in your Eclipse ??

Regards,
Pradeep. 
Sachin10Sachin10
Hi Pradeep,
Many thanks for your reply.
Yes, it is checked.But i believe it is to build while saving.not during refresh.
Let me know if that has some reason to change lastmodifiedby to my name.
Pradeep RajuPradeep Raju
Refresh means are you trying to refresh from server ??
Sachin10Sachin10
Yes. and also while trying to add components.
It doens't happen everytime though.
Pradeep RajuPradeep Raju
If Build Automatically is disabled 

1)First Refresh from Server
2)Add your Logic
3)Ctrl + S
4) Save to Sever

Are you following these steps ??
Sachin10Sachin10
Firstly, build automatically is enabled in my eclipse.
1)Add metadata components
2)Choose the components you want to add
3)It asks whether to refresh from server
4)select yes
5)The classes lastmodified by changes to your name.

Not sure why it changing lastmodified by to my name even when I am simply refreshing and not saving anything.