The i3sp-java-package-from-directory function only
checks for the existence of a match in the path name of
the file from i3sp-jde-gen-java-root prepended with a
'/'. Thus, if the package name contains "common", or
"organisation" without actually being rooted on "com"
or "org" it will hang trying to match that path element.
This only happens for "organisation" if the package is
not rooted in "com", since it would pick up "com" first.
Solution is to look for values from
i3sp-jde-gen-java-root surrounded by '/', not just
prepended.
fixed in RC10