Mark up some more garbage reflection.

This commit is contained in:
Olof Larsson 2016-05-18 12:08:23 +02:00
parent 3a894cb8a4
commit e0352b0be4
No known key found for this signature in database
GPG Key ID: BBEF14F97DA52474

View File

@ -19,7 +19,8 @@ public class PredicateElementGarbage extends PredicateElementRegexes
"^" + Pattern.quote("com.massivecraft.massivecore.command.MassiveCommand.execute") + ".*$", // MassiveCommand - Execution Garbage "^" + Pattern.quote("com.massivecraft.massivecore.command.MassiveCommand.execute") + ".*$", // MassiveCommand - Execution Garbage
"^" + Pattern.quote("sun.reflect") + ".*$", // Event Reflection "^" + Pattern.quote("sun.reflect") + ".*$", // Event Reflection
"^" + Pattern.quote("java.lang.reflect") + ".*$" // Event Reflection "^" + Pattern.quote("java.lang.reflect") + ".*$", // Event Reflection
"^" + Pattern.quote("java.security.AccessController.doPrivileged") + ".*$" // Event Reflection
); );
} }