You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is because the type is primitive. Famix is a dependency model, we are not interested in dependencies to primitive types.
There is an option in VerveineJ to get this information: [-alllocals] Forces outputing all local variables, even those with primitive type
Can we close the issue ?
I am using the -alllocals option, I should have specified it.
I have the declaredType for all local variables and parameters except for variables declared inside control flow clauses.
In the model, local variables
i
ande
havenil
asdeclaredType
.The text was updated successfully, but these errors were encountered: