Status: New
Owner: tu...(a)tudorgirba.com
Labels: Type-Defect Priority-Medium Component-Finder Milestone-4.5
New issue 634 by tu...(a)tudorgirba.com: The meta browser should not crash
when clicking on an edge
http://code.google.com/p/moose-technology/issues/detail?id=634
Just that. We need a guard condition.
Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-VerveineJ
New issue 638 by tu...(a)tudorgirba.com: VerveineJ seems to import some
methods multiple times
http://code.google.com/p/moose-technology/issues/detail?id=638
See the attached example.
DefaultConstructor::method() appears twice: once as a stub and once normal.
The interesting thing is that the stub is the one that receives the
invocation from the static method. This might be due to the following
scenario:
- the first visited method is methodWithClassScope(),
- the invocation is created to a stub method()
- the second visited method is method()
- but somehow it is not reconciled with the already created stub method
package x;
public class DefaultConstructor {
public method() {}
public static void methodWithClassScope() {
DefaultConstructor x = new DefaultConstructor();
x.method();
}
}
Attachments:
DefaultConstructor.java 184 bytes
Hi!
Is there a way I can get the axis labels ?
I tried :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| diag factory |
factory := ESDummyFactory new.
factory yValues: #(22 25 13 16 24 28 35 24 32 24 46 12).
factory identifiers:
#('January' 'February' 'March' 'April' 'Mai' 'June' 'July' 'August' 'September' 'October' 'November' 'December').
diag := ESDiagramRenderer new.
(diag lineDiagram)
y: #yValue;
width: 500;
height: 400;
lineWidth: 5;
defaultFontSize: 12;
identifier: #identifier;
labels: [:each | each];
defaultColor: Color blue;
yAxisLabel: 'Clients';
regularAxis;
deviationValue: 22;
deviationDescription: 'avg 2006';
models: factory buildDummies. "startLineAtZero;"
^ diag open
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
How can I get the months displayed in the axis?
By the way, there are some examples that do not work. Is there a chance to see them fixed?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Is there a way to get a logarithm scale?
That would be very cool!
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
hi,
i'm new at this and i'm helping in the develop of an extension for
moose-famix with aspects, but for this we need some data so we could make a
good store of the correct data in the model. We need to get more ids for our
new structures and for the famix structures that we added when we parse a
project with aspectJ in eclipse.
The project name is aspectmaps and you could see in
http://www.pleiad.cl/research/software/aspectmaps
i hope you could help me with this little problem
and sorry for my bad english, i'm still learning
--
Miguel Enrique Campusano Araya
Estudiante de Ingeniería Civil en Computación
Universidad de Chile