Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 823 by google....(a)ben.coman.com.au: buttons remains after
ROMondiranExample >> chooseLayout
http://code.google.com/p/moose-technology/issues/detail?id=823
From Roassal Easel > Example...
clicking "chooseLayout" then clicking "Example" doesn't cleanup the buttons
from "chooseLayout"
Moose47 - ConfigurationOfRoassal.485
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 817 by google....(a)ben.coman.com.au: Roassal overwriting window
borders
http://code.google.com/p/moose-technology/issues/detail?id=817
Referring to attached image, you can see on the right hand side the window
border is overwritten by graph. This occurs when the window is resized by
dragging the bottom right corner. This does not occur when the window is
large enough to fully encompass the graph and then inside the graph is
moved past the edge of the window.
This is with ConfigurationOfRoassal-AlexandreBergel.467 just going World >
Tools > Roassal Easel
Please fill in the labels with the following information:
* Type-Defect, Type-Enhancement, Type-Engineering, Type-Review, Type-Other
* Component-XXX
Attachments:
Roassal-overwriting-window-borders.png 67.8 KB
Updates:
Labels: Milestone-4.7
Comment #2 on issue 813 by tu...(a)tudorgirba.com: Java primitive type "int"
created as FamixType
http://code.google.com/p/moose-technology/issues/detail?id=813
(No comment was entered for this change.)
--
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
Updates:
Labels: Component-Famix Milestone-4.7
Comment #3 on issue 812 by tu...(a)tudorgirba.com: All FamixType are at
classScope in MooseChef
http://code.google.com/p/moose-technology/issues/detail?id=812
(No comment was entered for this change.)
--
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
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Famix
New issue 795 by andreho...(a)gmail.com: Metrics lcom2 and lcom3
http://code.google.com/p/moose-technology/issues/detail?id=795
Moose should have metrics such as lcom2 and lcom3.
Updates:
Labels: Milestone-4.7 Component-Famix
Comment #2 on issue 786 by tu...(a)tudorgirba.com:
MooseQueryResult>>intersection: is broken
http://code.google.com/p/moose-technology/issues/detail?id=786
(No comment was entered for this change.)
--
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
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 784 by fabrizio...(a)gmail.com: opposite is missing in
FAMIXLacalVariable>>parentBehaviouralEntity
http://code.google.com/p/moose-technology/issues/detail?id=784
Hi,
I figured that parentBehaviouralEntity was implemented like that:
FAMIXLacalVariable>>parentBehaviouralEntity
<MSEProperty: #parentBehaviouralEntity type: #FAMIXBehaviouralEntity>
<MSEComment: 'Behavioural entity declaring this local variable.
belongsTo implementation'>
^parentBehaviouralEntity
The opposite is missing. Is there a reason for that?
Shouldn't it be like:
FAMIXLacalVariable>>parentBehaviouralEntity
<MSEProperty: #parentBehaviouralEntity type: #FAMIXBehaviouralEntity
opposite: #localVariables>
<MSEComment: 'Behavioural entity declaring this local variable.
belongsTo implementation'>
^parentBehaviouralEntity
Cheers,
Fabrizio
Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit
New issue 720 by tudor.gi...(a)gmail.com: Classic Coder should highlight the
extension categories
http://code.google.com/p/moose-technology/issues/detail?id=720
Currently, only classes and methods are shown as extensions using gray.
Categories should be grayed out as well.
Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-VerveineJ
New issue 637 by tu...(a)tudorgirba.com: VerveineJ should show an invocation
to the default constructor
http://code.google.com/p/moose-technology/issues/detail?id=637
A call to the default constructor should be modeled like:
- create a stub constructor in the target class
- create an invocation to the constructor
See the attached class for a sample.
Attachments:
DefaultConstructor.java 184 bytes