Hi,
This method sends message parentClass to a FamixMethod (inv accessor).
The method parentScope is not defined in FamixMethod.
Should we take the parentScope of FamixClass ?
FamixGlobalVariable>>isPublic
^ self incomingAccesses anySatisfy: [:inv |
inv accessor parentScope ~~ self parentScope]
Cheers
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
Hi Damien,
This is a known issue and it will be tackled:
http://code.google.com/p/moose-technology/issues/detail?id=111
Cheers,
Doru
On 4 Sep 2009, at 09:57, Damien Cassou wrote:
> Hi,
>
> imagine I want to merge the method categories and selectors panes in a
> single list for a code browser. I would like selectors to appear with
> their categories in parenthesis (as in NewSpeak if you had a look).
> For the class GLMSmalltalkExamples, that would be:
>
> metacello (others)
> messageTally (st examples)
> stCodeBrowser (st examples)
> ...
>
> To do that, I think the #format: option is too limited:
>
> browser
> showOn: #methods; from: #classes;
> using: [
> browser list
> when: [ :class | class notNil];
> format: [:selector | selector, ' (', (NEED-THE-CLASS-HERE
> organization categoryOfElement: selector),')'];
> display: [ :class | class selectors asSortedCollection ].
>
> how do I get the class as a #format: block argument?
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Lambdas are relegated to relative obscurity until Java makes them
> popular by not having them." James Iry
--
www.tudorgirba.com
"When people care, great things can happen."
Hello:
How do I report a bug?
I'm usgin moose-suite-4_0-alpha-3 and when I click on the lower pane in the
class browser I get:
OBTextSelection>>doesNotUnderstand: #isClassNode
Thanks!
Hi Jannik,
I would like to add the DSM to the Moose configuration. Could you
please point me to what I should do to load it?
Cheers,
Doru
--
www.tudorgirba.com
"Some battles are better lost than fought."
Hi Moose list:
I'm trying to load Fame for VisualWorks.
I added the bundle MooseLoaderFromSCGStore, and executed the line:
MooseLoaderFromSCGStore new loadLatestDevelopment
But it stops in the following method with ByteArray>>doesNotUnderstand
Store.Package>>developmentPrerequisites
^self properties at: #developmentPrerequisites ifAbsent: [ nil ].
Thanks again!
Hi all,
I found some methods which use CFBlockOperator or other unknown classes
The list is:
- MooseEntity>>uniqueNameMatchesExpression with no sender which use
CFBlockOperator
- HismoClassHistoryGroup>>historiesThatChangedLOCTogether with no
sender which use FormalContext
- HismoHistoryGroup>>coChangeConceptsUsing: with no sender which use
FormalContext.
I think there are other concerned methods.
I have create the issue 140.
Is it possible to remove these methods ?
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
Hi,
A new version of Moose is now available as a one-click bundle.
It would be great if you could check it on Windows and Linux.
Cheers,
Doru
--
www.tudorgirba.com
"Presenting is storytelling."
Dear List,
Did anyone tried whether the version iFusion available on the web
works with the last version of Moose?
I haven't tried, but I am wondering.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi all,
When I load DSM, it takes a lot of time.
Simon and Alex had the same problem.
Is there anything to do to speed up the loading ?
Thanks
Cheers
Jannik