Issue 6883 in pharo: Type Class refactoring

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

Issue 6883 in pharo: Type Class refactoring

pharo
Status: New
Owner: ----
Labels: Target-Nautilus

New issue 6883 by [hidden email]: Type Class refactoring
http://code.google.com/p/pharo/issues/detail?id=6883

In Nautilus, under Pharo 20366, the typeClass code rewriting method in  
NautilusRefactoring produces a DNU for selectedClasses.

typeClass
         self model sourceCode: (self typeClassTextFor: self selectedClasses)

should be
typeClass
       
        self model sourceCode: (self typeClassTextFor: self model selectedClasses)

I'll submit a slice momentarily.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6883 in pharo: Type Class refactoring

pharo
Updates:
        Status: Accepted
        Labels: Milestone-2.0

Comment #1 on issue 6883 by [hidden email]: Type Class refactoring
http://code.google.com/p/pharo/issues/detail?id=6883

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6883 in pharo: Type Class refactoring

pharo

Comment #2 on issue 6883 by [hidden email]: Type Class refactoring
http://code.google.com/p/pharo/issues/detail?id=6883

Hello,

How can I reproduce the bug?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6883 in pharo: Type Class refactoring

pharo

Comment #3 on issue 6883 by [hidden email]: Type Class refactoring
http://code.google.com/p/pharo/issues/detail?id=6883

Open Nautilus and select some class. Right click, select Refactoring>>Code  
Refactoring>>Type Class. A debugger pops up with Message not understood.

NautilusRefactoring(Object)>>doesNotUnderstand: #selectedClasses
NautilusRefactoring>>typeClass
NautilusRefactoring class>>codeRewritingClassSubmenu: in Block: [target  
refactor typeClass]

I just verified this in the latest 2.0 one-click.



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6883 in pharo: Type Class refactoring

pharo
Updates:
        Status: FixToInclude

Comment #4 on issue 6883 by [hidden email]: Type Class refactoring
http://code.google.com/p/pharo/issues/detail?id=6883

Name: SLICE-Issue-6883-Type-Class-refactoring-MarcusDenker.1
Author: MarcusDenker
Time: 12 November 2012, 6:56:27.753 pm
UUID: b9bad759-fa2c-4d4b-8483-5b4d442faa10
Ancestors:
Dependencies: NautilusRefactoring-MarcusDenker.56

Issue 6883: Type Class refactoring


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6883 in pharo: Type Class refactoring

pharo
In reply to this post by pharo
Updates:
        Status: Integrated

Comment #6 on issue 6883 by [hidden email]: Type Class refactoring
http://code.google.com/p/pharo/issues/detail?id=6883

in 2.0 390


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker