Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-VerveineJ
New issue 643 by tu...(a)tudorgirba.com: VerveineJ crashes on a strange
invocation
http://code.google.com/p/moose-technology/issues/detail?id=643
Parsing the attached example, produces the below error. I tried to debug
this, but I could not figure out where the problem was:
Exception in thread "main" java.lang.NullPointerException
at
org.eclipse.jdt.core.dom.MethodBinding.isAnnotationMember(MethodBinding.java:55)
at
fr.inria.verveine.extractor.java.VerveineVisitor.methodInvocation(Unknown
Source)
at fr.inria.verveine.extractor.java.VerveineVisitor.visit(Unknown Source)
at
org.eclipse.jdt.core.dom.ClassInstanceCreation.accept0(ClassInstanceCreation.java:323)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2528)
at
org.eclipse.jdt.core.dom.ReturnStatement.accept0(ReturnStatement.java:136)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2551)
at org.eclipse.jdt.core.dom.Block.accept0(Block.java:136)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2528)
at
org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:504)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2551)
at
org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:484)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2551)
at
org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:219)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at fr.inria.verveine.extractor.java.FamixRequestor.acceptAST(Unknown
Source)
at
org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:1016)
at
org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:628)
at org.eclipse.jdt.core.dom.ASTParser.createASTs(ASTParser.java:982)
at fr.inria.verveine.extractor.java.VerveineJParser.parse(Unknown Source)
at fr.inria.verveine.extractor.java.VerveineJParser.main(Unknown Source)
Attachments:
WrongInvocation.java 161 bytes
I really like the petit parser ui to test and fix rule setup. But I'm missing something simple. If I type an example text and select rule and do parse I might get something like
end of input expected at 35
Is there a way to see in the example text where position 35 is? That would be useful.
Norbert
Status: New
Owner: andreho...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-EyeSee
New issue 642 by andreho...(a)gmail.com: Charts legend not working
http://code.google.com/p/moose-technology/issues/detail?id=642
Legends of charts are not working (due to the change to Pharo 1.3).
Status: New
Owner: andreho...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-EyeSee
New issue 641 by andreho...(a)gmail.com: Examples not working
http://code.google.com/p/moose-technology/issues/detail?id=641
Some examples/tests are not working due to the change to Pharo 1.3.
Hi,
Congratulations!
Is there a page already that lists the winners? It would be good to link to it.
Cheers,
Doru
On 3 Jun 2011, at 16:36, Alexandre Bergel wrote:
> Hi!
>
> There is a news I would like to share with you. Vanessa, a student at the University of Chile, is just back from ICSE, a top conference on software engineering. She presented Hapao (http://hapao.dcc.uchile.cl), a Pharo application, at the ACM Student Research Competition[*]. It was a success: she arrived 2nd in the category undergraduate student. A nice medal for the Pharo community!
>
> Cheers,
> Alexandre
>
> [*] http://2011.icse-conferences.org/content/src-call
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
--
www.tudorgirba.com
"Being happy is a matter of choice."
Hi Nicolas,
In verveine.extractor.java/lib we have famix.jar, verveine.core.jar and verveine.extractor.jar.
The problem is that every time I do an "ant jar" these files are changed and when I want to commit from the command line, I get:
M verveine.extractor.java/lib/famix.jar
M verveine.extractor.java/lib/verveine.core.jar
M verveine.extractor.java/lib/verveine.extractor.java.jar
Would it not be better to not have these in the repository, given that they are built from sources? One idea would be to use a build folder in which to copy all jars from lib and the resulting jars from building the sources.
Cheers,
Doru
--
www.tudorgirba.com
"We can create beautiful models in a vacuum.
But, to get them effective we have to deal with the inconvenience of reality."
good morning everyone,
some of you could maybe interest in the "The Sixth Workshop of the Italian Eclipse Community" that will be in Milano on September 22-23. There are three main tracks in the workshop:
TECHNICAL track for research papers with a standard presentation at the workshop.
STUDENT track for practical experience report, plug-in and demo related to the Eclipse technology, with a presentation or live demo at the workshop.
PUBLIC INSTITUTION (P.A.) or INDUSTRY track with a short paper or demo and the presentation at the workshop.
Please visit the page of the workshop for detailed information about the tracks and the dates.
http://2011.eclipse-it.org/home/
I hope you can find this interesting and please contact me for any question.
Regards,
Fabrizio Perin
Institut fuer Mathematik und Informatik
University Bern, IAM-SCG
Neubrueckstrasse 10
CH-3012 Bern, Switzerland
Tel: +41 31 511 76 36
FAX: +41 31 631 33 55
Hi Nicolas,
I am trying to setup VerveineJ in Eclipse but I do not know where to get the required org.eclipse.jdt.core project from. Could you point me into the right direction?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing should have the right to be different."