I am still on holidays, but I could not help to notice that all sorts of
tests are failing :).
Please take a look:
https://ci.inria.fr/moose/
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Famix
New issue 907 by tu...(a)tudorgirba.com: VerveineJ does not export source
anchors for FAMIXAnnotationType and FAMIXAnnotationTypeAttribute
http://code.google.com/p/moose-technology/issues/detail?id=907
When we have an explicit annotation in the code, we should also get the
source anchor associated with it.
For example, in the below case, SomeAnnotation.java should be associated
with SomeAnnotation:
SomeAnnotation.java
@Documented
@Target({ ElementType.FIELD })
@Retention(RetentionPolicy.CLASS)
public @interface SomeAnnotation {...}
The same applies for the contained FAMIXAnnotationTypeAttributes.
While working on PetitDelphi, we noticed significant performance
problems. As PetitDelphi copied the design of PetitJava, we found
the same root cause.
When creating a new java parser, a significant amount of time is spend
on initialization, especially the creation of parsers for keywords, separators and
operators. The introduction of a lexicon cache allows the tests to run
significantly faster. 2230 ms to 224ms the second time.
PetitJava-DiegoLont.115
Yuriy, can you merge?
Stephan
Hello Jan,
We are really interested about your project on Island Grammar. I know that
Stephane has some money to invite you to present your work and exchange
about that. We would really like to hear and learn from you.
Thanks in advance
--
*Guillaume Larcheveque*
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 945 by cunningh...(a)gmail.com: Truncating right yAxis labels in
EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=945
Charts made look fine in the browser, but if you export to PNG (or other
formats), any labels axis values on a right axis will be truncated.
It should instead keep all drawing within the bounds of the canvas being
drawn on - I believe EyeSee is drawing outside of its bounds (allowed in
Pharo, interstingly, so you don't see the effects except when exporting).
to reproduce:
values := #( 1 5 10 40 70 100).
chart := ESDiagramRenderer new.
(chart verticalBarDiagram)
rightYAxis;
y: #value;
yAxisLabel: 'Right Label';
regularAxis;
preferredAxisMaxY: 111;
models: values;
yourself.
chart open
then export to PNG (or GIF). Look at that PNG, and you'll see the issue.
Please fill in the labels with the following information:
* Type-Defect
* Component-EyeSee
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Hi all,
I want to implement equivalence relation on FAMIX entities.
For example, methods m1, m2 are equivalent if they have the same name,
same signature and their classes have the same name.
Any idea to introduce these relations in a customizable way in FAMIX ?
I guess I have to introduce a new meta-model in the FAMIX family ?
Regards,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/