TESTAR_dev icon indicating copy to clipboard operation
TESTAR_dev copied to clipboard

[Refactor] package naming scheme

Open ferpasri opened this issue 2 years ago • 0 comments

  • The historical naming convention "monkey.alayer" does not make sense anymore. Refactor package naming from "org.testar.monkey.alayer" to "org.testar"

  • Also, rename historical "fruit" naming:

  1. FruitException to TestarException.
  2. https://github.com/TESTARtool/TESTAR_dev/blob/e9bddea263825a9822cd99ee73a961dabd724dea/core/src/org/testar/monkey/Util.java#L547-L549
  • "org.testar.action.priorization" to "org.testar.actionselection" because extra layer makes no sense

For example, PrioritizeNewActionsSelector should go to this new org.testar.actionselection

ferpasri avatar Feb 07 '23 09:02 ferpasri