Status: New
Owner: ----

New issue 3382 by sean.p.denigris: BUG: Class variable creation behavior Inconsistent/incorrect
http://code.google.com/p/pharo/issues/detail?id=3382

* Class>>canFindWithoutEnvironment: checks the environment, making the behavior like bindingOf:
* changed Class>>declare: and Class>>addClassVarName:
- check the environment (i.e. Class names) for class variable name conflicts
        - conflict error message confusing/inaccurate
* above conflict error in #declare is resumable, same error in #addClassVarName: is not

ClassTests
* uses depreciated methods on Class
* testHaSharedPools should be testHasSharedPools

Pharo image: Pharo-core
Pharo core version: Pharo1.2a Latest update: #12264


Reply via email to