tjwatson commented on PR #76:
URL: https://github.com/apache/felix-atomos/pull/76#issuecomment-1875486131

   I see it adding too many directories with only other sub-directories (no 
files) , but I am unclear what observable consequence there is to this.
   
   Refreshing my memory of this, the code only reads from this map 
`packageToAtomosContent` in the method 
`org.apache.felix.atomos.impl.base.AtomosBase.getAtomosKey(Class<?>)`.  So it 
will only really be used for looking up a package name that actually has a 
loaded `Class`.  What I think the observable consequence may be is when a 
parent package is contained in another bundle and the order is such that the 
bundle with the child package is processed first and there for takes over the 
map entry for that package name.  Is that something you all ran into when 
discovering this issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to