Skip to Content
0
Former Member
Dec 03, 2008 at 09:39 AM

Code changes not taking affect

45 Views

Hi.

I made changes to code, and they are not taking affect, even after build and deploy, even after deleteing and re-importing the project, reloading the project, and even after restarting the server.

The old code seems to be executing instead - even though it is in a class I totally deleted (and replaced with a new class/file).

And when running through it in the debugger, and trying to step into the new method (constructor of the new class in this case), I receive the following error: Source not found for DateTableFilterLink (which is the old, deleted, class), even though the code now references a new class instead - DateTableFilterLink2.

An additional note: This code is in helper classes situated under src/packages in my DC

Any suggestions?

Thanks you,

Dina Mann