Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0-alpha-15
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
My relocation patterns were initially too relaxed, and so they wound up relocating my own classes, rather than just the classes I depend on.
I could imagine somebody wanting to do this, but I think there should probably be a safety check or something to try to help you not do it by accident; it's probably not what you want. (After all, if you wanted your code to be in a different package, wouldn't you have just written it that way to begin with?)
In my case I was working on a Maven plugin; when its classes got relocated, it broke the plugin metadata... definitely not what I wanted.
I don't think that this is a bug. Does anyone else who watches MSHADE think that this is a bug? Absent other commentary, 'enhancement' or 'closed'.