[
https://issues.apache.org/jira/browse/MSHADE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philipp Dallig updated MSHADE-396:
----------------------------------
Description:
MSHADE-252 has greatly improved the shading of the source content. I used this
version but found some problems in combination with a small pattern.
Examples:
We should exclude replacement in the following situations
- Pattern: "io"
- Content: java.io.IOException;
- Content: private String myException;
- Patter: io
- Content: private String ioInput
- Content: String io, val;
was:
MSHADE-252 has greatly improved the shading of the source content. I used this
version but found some problems in combination with a small pattern.
Examples:
We should exclude replacement in the following situations
- Pattern: "io"
- Content: java.io.IOException;
- Content: private String myException;
- Patter: io
- Content: private String ioInput
- Content: String io, val;
> Improve SourceConent Shading
> ----------------------------
>
> Key: MSHADE-396
> URL: https://issues.apache.org/jira/browse/MSHADE-396
> Project: Maven Shade Plugin
> Issue Type: Task
> Reporter: Philipp Dallig
> Priority: Major
>
> MSHADE-252 has greatly improved the shading of the source content. I used
> this version but found some problems in combination with a small pattern.
> Examples:
> We should exclude replacement in the following situations
> - Pattern: "io"
> - Content: java.io.IOException;
> - Content: private String myException;
> - Patter: io
> - Content: private String ioInput
> - Content: String io, val;
--
This message was sent by Atlassian Jira
(v8.3.4#803005)