Rename made a renaming mistake...

I renamed

Toslag46_50(iPricelistSeasonDeparturePlaceCalcID)

to

Toeslag46_50(iPricelistSeasonDeparturePlaceCalcID)

but the places where the function was referenced was actually renamed to

TToeslag46_50iPricelistSeasonDeparturePlaceCalcID)

That shouldn't happen :)

(build 209 on VS 2003)

0
4 comments
Avatar
Permanently deleted user

Is this reproducable? Can this be reproduced on a small example?

Valentin Kipiatkov
Chief Scientist, Vice President of Product Development
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

I renamed

Toslag46_50(iPricelistSeasonDeparturePlaceCalcID)

to

Toeslag46_50(iPricelistSeasonDeparturePlaceCalcID)

but the places where the function was referenced was actually renamed
to

TToeslag46_50iPricelistSeasonDeparturePlaceCalcID)

That shouldn't happen :)

(build 209 on VS 2003)



0
Avatar
Permanently deleted user

I haven't been able to reproduce it, but it seems to be related to sourcesafe integration. It just sometimes happens, but as far as I can tell only on fiels that are checked in at the time.

0
Avatar
Permanently deleted user

It happened again today.

Yielded exception: #11966- An exception has occurred (Logger.LogExceptionEx)

and a numebr of exceptions after that.

Completely broke a number of lines of code:

formToShow.ReadOnly = ReturnedSearchID
formToShow.FormMode = this.FormMode;

was refactored to:
formToShow.ReadOnly = tFormEntityIdentity formTFormEntityIdentity this.FormMode;

0
Avatar
Permanently deleted user

Any news on this?

0

Please sign in to leave a comment.