pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Clarify if TViewModelMock3 is in correct package

Open astares opened this issue 3 years ago • 1 comments

  • the class TViewModelMock3 is in package "FluidClassBuilder-Tests"
  • it is not referenced but used in test class CDFluidClassParserTest which is in a totally different package "ClassParser-Tests"

We should them have in the same test package, no?

image

image

astares avatar Aug 31 '22 20:08 astares

Also as it is not referenced we have a lint issue which is shown when the package is commited:

image

This lint issue should also be cared of

astares avatar Aug 31 '22 20:08 astares