Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting a method from duplicate class removes the classification from the method of original class in Pharo 12. #17324

Open
ElvinPero opened this issue Oct 28, 2024 · 1 comment

Comments

@ElvinPero
Copy link

Bug description
Deleting a method X from duplicate class B removes the classification from the method X of original class A.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Pharo12 image.
  2. Create a class A and a method X.
  3. Classify method X as 'accessing' or any other.
  4. Duplicate class A and name it B.
  5. Remove method X from B (new).
  6. The method X in A (original) is classified as "as yet unclassified".

Expected behavior
The method in original class should remain unaffected by change in duplicate class.

Video

err.mp4

Version information:

  • OS: Windows
  • Version: 11
  • Pharo Version 12
Copy link

welcome bot commented Oct 28, 2024

Thanks for opening your first issue! Please check the CONTRIBUTING documents for some tips about which information should be provided. You can find information of how to do a Pull Request here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo

GitHub
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant