mirror of
https://gitea.998043.xyz/novice/plugin-privacy.git
synced 2026-07-14 06:21:21 +08:00
finish
This commit is contained in:
@@ -2,7 +2,6 @@ package com.novitechie;
|
||||
|
||||
public class StackTraceRule {
|
||||
public static boolean check() {
|
||||
System.out.println("------------------StackTraceRule");
|
||||
RuntimeException e = new RuntimeException();
|
||||
for (StackTraceElement stackTraceElement : e.getStackTrace()) {
|
||||
if (stackTraceElement.getFileName() == null) {
|
||||
|
||||
Reference in New Issue
Block a user