mirror of
https://gitea.998043.xyz/novice/plugin-privacy.git
synced 2026-07-13 22:11:21 +08:00
finish
This commit is contained in:
@@ -2,6 +2,7 @@ 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