Status: New
Owner: ----
Labels: Type-Defect Priority-High Component-Glamour Milestone-4.7
New issue 883 by tu...(a)tudorgirba.com: viewTree does not work for Glamour
browsers
http://code.google.com/p/moose-technology/issues/detail?id=883
This should work:
GLMTabulator new viewTree
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 867 by kurs....(a)gmail.com: Start rule is missing in the
PPAllParsersBrowser
http://code.google.com/p/moose-technology/issues/detail?id=867
When you select e.g. PPArithmeticParser in PPAllParsersBrowser, you can
test 'start' rule by defining 'Sample' and pressing Parse button.
When you select some rule (e.g. number), you cannot test 'start' again. You
have to select another parser and re-select PPArithmeticParser.
Status: New
Owner: ----
CC: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-PetitParser
New issue 882 by kurs....(a)gmail.com: PetitParser Inspector tab in
GTInspector does not work
http://code.google.com/p/moose-technology/issues/detail?id=882
When opening Petit Parser instance in GTInspector, Inspector tab is empty
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Milestone-4.7
New issue 811 by anquetil...(a)gmail.com: Create more virtual association in
MooseChef
http://code.google.com/p/moose-technology/issues/detail?id=811
Famix recognizes 4 types of associations (reference, access, inheritance,
invocation) and Moosechef was built upon these dependencies
(queryAllOutgoingReferences, ...)
But this will miss a good deal of actual dependencies, because many of them
are not expressed by associations:
- exceptions caught, thrown
- parameter types in parameterized classes
- use of annotations
- other?
Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-VerveineJ
New issue 734 by tu...(a)tudorgirba.com: VerveineJ does not export parameters
for stub methods
http://code.google.com/p/moose-technology/issues/detail?id=734
If we analyze this code, the print method will appear without parameters.
public class NoParametersInStubMethods {
public void invoking() {
System.out.print("aString");
}
}
Status: New
Owner: ----
CC: kurs....(a)gmail.com
Labels: Type-Enhancement Priority-Medium Component-PetitParser
New issue 879 by tu...(a)tudorgirba.com: PetitParser browser does not provide
the possibility to add a new parser
http://code.google.com/p/moose-technology/issues/detail?id=879
We should be able to invoke the PPAddParserRefactoring refactoring from the
browser.
Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Component-VerveineJ
New issue 761 by anquetil...(a)gmail.com: Missing method invocation with
VerveineJ
http://code.google.com/p/moose-technology/issues/detail?id=761
see discussion on mailing list: "invokingMethods broken in moose or inFamix"
source code:
http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/engines/ke…
The method getLinkedEntityTypes in
org.apache.stanbol.enhancer.engines.keywordextraction.linking.EntityLinker
has an empty collection of invokingMethods even though the method is
invoked for example by "process()".
Hi guys,
Each time we need to do case studies in Moose, we have to select the software application, in a certain version and probably without all the source code needed. This results on evaluations that are probably not reproducible.
I think that we need to unify our efforts and share the mse files of our models. With that, it will be not necessary to generate a FAMIX model each time we need one.
For now, I begun to generate the model from the Qualitas Corpus 'e' (http://qualitascorpus.com/). There are 486 multiple versions of multiple Java systems. The mse files are really big (more than 650Mo for Eclipse_SDK3.7). I tried to load the biggest one in Moose, and it loads ! I just needed to attribute 2Gb of memory in the info.plist file of Moose 4.6.
I propose to put the files on a server. For all the tar.bz2 files, I need 3.65Gb.
Now, we lack ok at least two pieces of information : (i) the version of verveineJ used for the extraction. For now, VerveineJ has no version (I took the latest one). (ii) the version(s) of Moose that can load the file. I tried one mse file with Moose4.6.
We also need a server that can accept all the files.
Any suggestion ?
Jannik
Status: New
Owner: tu...(a)tudorgirba.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7
New issue 878 by tu...(a)tudorgirba.com: Glamour does not show the shortcuts
on toolbar actions
http://code.google.com/p/moose-technology/issues/detail?id=878
In the following browser, the toolbar icon and menu item does not show the
shortcut.
| wrapper |
wrapper := GLMWrapper new.
wrapper act: [:f | f inspect] icon: GLMUIThemeExtraIcons glamorousInspect
on: $i entitled: 'Inspect with icon'.
wrapper act: [:f | f inspect] on: $i entitled: 'Inspect without icon'.
wrapper show: [:a | a text ].
wrapper openOn: 'sample'