Hi everyone. I wonder if anyone can point me in the right direction with this new behaviour that seems to be a part of the project I am working on recently-
I have a project I’m writing in Java and recently I renamed a function in my code as follows:
MyFunction() changed to MyFunction_oldVersion()
and I created a new MyFunction() to replace the previous one. I kept the names so I could change back if I needed to without deleting all of the old version code.
However I now find that every time I “run” (compile) the app it doesn’t show any changes I made anywhere in the code. I have to do REFRESH BUILD and then run the app for the changes to take place.
Is this something to do with my renaming and reusing the name of a function in the code? Or is that perhaps a red herring?
Is there some kind of cache that I should clear? Or perhaps start a new project and copy all my code across to “clean” it all up? Has anyone else found this or a similar problem?
I can cope with it - refreshing the build each time isn’t life and death but its time consuming and I like to find why weird things like this happen.
I’m running AIDE
version 3.2.200127
on a Huawei P Smart mobile phone with Android P
Many thanks
kind regards
Sam (AMF3)