moose dojo: jan 17-18
by Tudor Girba
Hi,
On January 17-18, we would like to organize a Moose Dojo at Software
Composition Group:
http://moose.unibe.ch/events/2008-01-17-dojo
The goal of the dojo would be to help us get up to speed with each
other's work and to potentially spawn further collaborations.
Please register on the above wiki page if you want to participate and
if you want to hold a presentation. If you do not have an account for
editing the page, please let me know.
Cheers,
Doru
--
www.tudorgirba.com
www.tudorgirba.com/blog
"Yesterday is a fact.
Tomorrow is a possibility.
Today is a challenge."
15 years, 4 months
importing all methods/classes which do references to the model methods/classes
by Hani ABDEEN
hi,
I would modify SmalltalkImporter to enable importing all methods/
classes (as stubs) which do references to the appropriate model.
Actually I am stopping in SmalltalkImporter>>#importClass:
and my question is:
do you know how to know in VW which are the methods/classes that do
reference t8888°°°8o a method/class?
I know that we can get such information through the Browser but
really I do not think that this is a good idea to make Moose
dependent on VW browser.
bests,
Hani
15 years, 5 months
Do you know why Matrix class move so much? is it a nomad?
by Hani ABDEEN
Hi,
In the past (VW7.4) Matrix was in the Smalltalk namespace, after that
you have moved it to SCG namespace (VW7.5), and actually it is in
Hapax namespace!
the problem that I have some extensions of this class in different
packages and actually when I want to load these packages the Matrix
extensions will not be loaded!
Do you know how can we solve such problem? (another solution than
rewrite the extensions manuellement).
Hani
15 years, 5 months
bug: Moose - FAMIXInvocation>>#candidateList
by Hani ABDEEN
hi,
the instance variable 'candidateList' in FAMIXInvocation should be
initialized as an empty orderedcollection instead to have, some
times, a nil values and to cause bugs.
Bests,
Hani
15 years, 5 months
Java Import
by Lukas Renggli
I tried to import Java sources into MOOSE, but failed with both ways
documented on moose.unibe.ch:
- The Eclipse Plugin (http://moose.unibe.ch/tools/j2mse) adds a
menu-item to the Project tree, but no matter from where (Project,
Package, Class) I try to activate the plugin it says "The chosen
operation is not currently available".
- iPlasma (http://moose.unibe.ch/docs/faq/importingWithiPlasma)
crashes with a NullPointerException after I select the source folder
to import.
How do you import Java sources into Moose? My Software Engineering
students would like to play with their code in MOOSE.
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch
15 years, 5 months
Thoughts after starting to implement UniqueOrderedCollection
by stephane ducasse
Hi adrian
I like your smart sets better than my uniqueOrderedCollection.
The problem with UniqueOrderedCollection is that it is not clear what
to do with add:before: and the like.
Since we cannot garantee the order anyway.
Stef
15 years, 5 months
Java Import runs with 1.4 code but yields funny result
by Adrian Kuhn
Hello Alex,
running JavaSupport4MOOSE on some 1.4 code worked but yields funny
results
- each class is listed 8 times, should be once only
- all classes are listed as part of default package, should be proper
package
- all access go to objects rather than attributes, including a funny
object named #,
- class scope is missing for all attributes and methods
- type and return type is missing for all attributes and methods
- parameters of methods are missing
- stub classes are missing, or not properly linked to model
- inner classes are completely missing
- some inheritances are missing, for example BagTest has no
superclass, but should be TestCase
cheers,
AA
15 years, 5 months