File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 88import burp .api .montoya .ui .editor .extension .HttpRequestEditorProvider ;
99import com .chave .Main ;
1010import com .chave .config .SensitiveInfoConfig ;
11- import com .chave .config .UserConfig ;
12- import com .chave .pojo .APIItem ;
13- import com .chave .service .APIMatchService ;
1411import com .chave .service .SensitiveInfoMatchService ;
1512import com .chave .utils .Util ;
1613
2017import javax .swing .table .JTableHeader ;
2118import javax .swing .table .TableCellRenderer ;
2219import java .awt .*;
23- import java .lang .reflect .Method ;
2420import java .util .ArrayList ;
2521import java .util .HashMap ;
2622import java .util .Set ;
Original file line number Diff line number Diff line change 77import com .chave .config .APIConfig ;
88import com .chave .config .Color ;
99import com .chave .config .SensitiveInfoConfig ;
10- import com .chave .config .UserConfig ;
1110import com .chave .pojo .APIItem ;
1211import com .chave .service .APIMatchService ;
1312import com .chave .service .SensitiveInfoMatchService ;
1413import com .chave .utils .Util ;
15- import java .lang .reflect .Method ;
1614import java .util .HashMap ;
1715
1816public class APIHighLighterHandler implements HttpHandler {
Original file line number Diff line number Diff line change 66import com .chave .Main ;
77import com .chave .config .SensitiveInfoConfig ;
88import com .chave .pojo .RuleItem ;
9- import com .chave .utils .Util ;
109import java .util .ArrayList ;
1110import java .util .HashMap ;
1211import java .util .regex .Matcher ;
You can’t perform that action at this time.
0 commit comments