Skip to content

Commit 30298e2

Browse files
committed
Removed references to shrinking from documentation
1 parent 6c95bec commit 30298e2

7 files changed

Lines changed: 69 additions & 341 deletions

File tree

docs/compatibility.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ yGuard does **not** support obfuscating multi-release Java archives which were i
3232

3333
Beginning with version 2.5, yGuard supports obfuscation of Java class files that contain the `invokedynamic` instruction, which was introduced with the Java 7 `.class` file format. JDK 7 does not contain any means of issuing this instruction, with JDK 8 it is being issued when using lambda expressions or default methods.
3434

35-
While yGuard does fully support obfuscating `invokedynamic` instructions and therefore default methods and lambda expressions, shrinking of Java class files that contain this instruction is not supported yet.
36-
3735
## Compatibility to 3rd party JVM
3836

3937
Obfuscating `dynamic` and `invokedynamic` instructions is a task that is theoretically infeasible. An obfuscation program cannot determine the type and parameters of such instructions in a generic way.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yGuard
22

33
`yGuard` is an open-source Java obfuscation tool. With `yGuard`, it is easy as pie (🍰) to configure obfuscation through an extensive ant task.
4-
This documentation explains how to use the `yGuard` Java obfuscation and shrinking software.
4+
This documentation explains how to use the `yGuard` Java obfuscation software.
55

66
yGuard is brought to you by [yWorks GmbH](https://www.yworks.com/), creator of the family of graph and diagram visualization frameworks [yFiles](https://www.yworks.com/yfiles) and other excellent [products](https://www.yworks.com/products).
77

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
7070
task yguard {
7171
group 'yGuard'
72-
description 'Obfuscates and shrinks the java archive.'
72+
description 'Obfuscates the java archive.'
7373
7474
doLast {
7575
ant.taskdef(

0 commit comments

Comments
 (0)