removing obsolete classes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

removing obsolete classes

sergio_101-2
in working with another problem, i think i have narrowed it down to
obsolete classes..

running this:

PointerFinder on: SystemNavigation default obsoleteClasses inspect.

i find three classes (precisely the ones i am having problems with)..

my question is.. how do i go about deleting those classes?

thanks!

--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101

Reply | Threaded
Open this post in threaded view
|

Re: removing obsolete classes

Mariano Martinez Peck
I am not sure what you need to do, but check the method  fixObsoleteReferences

On Mon, Jan 3, 2011 at 10:38 PM, sergio_101 <[hidden email]> wrote:
in working with another problem, i think i have narrowed it down to
obsolete classes..

running this:

PointerFinder on: SystemNavigation default obsoleteClasses inspect.

i find three classes (precisely the ones i am having problems with)..

my question is.. how do i go about deleting those classes?

thanks!

--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101


Reply | Threaded
Open this post in threaded view
|

Re: removing obsolete classes

sergio_101-2
On Mon, Jan 3, 2011 at 4:48 PM, Mariano Martinez Peck
<[hidden email]> wrote:
> I am not sure what you need to do, but check the method
> fixObsoleteReferences
>

thanks! i have done that..

the problem seems to be with obsoleteClasses..

hmm.. this is driving me crazy..



--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101

Reply | Threaded
Open this post in threaded view
|

Re: removing obsolete classes

Noury Bouraqadi-2
Hi Sergio,

The classes remain there because there are still used.
Typically, they have instances referenced in your system, or they have subclasses that were not deleted.

Noury
On 3 janv. 2011, at 23:01, sergio_101 wrote:

> On Mon, Jan 3, 2011 at 4:48 PM, Mariano Martinez Peck
> <[hidden email]> wrote:
>> I am not sure what you need to do, but check the method
>> fixObsoleteReferences
>>
>
> thanks! i have done that..
>
> the problem seems to be with obsoleteClasses..
>
> hmm.. this is driving me crazy..
>
>
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
>