Skip to content

Commit

Permalink
#23 添加JSON,Logback,RxJava等特征识别
Browse files Browse the repository at this point in the history
  • Loading branch information
龚德伟 committed Nov 29, 2019
1 parent f33bb98 commit 120e835
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion flare-server/static/simpleui/method-analysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,32 @@ var methodAnalysis = {
},{
name: 'HttpClient',
style: 'rpc',
includes: ['HttpURLConnection','HttpClient','okhttp']
includes: ['HttpURLConnection','HttpClient','okhttp','feign','ribbon']
},{
name: 'Net',
style: 'rpc',
includes: ['java.net']
},{
name: 'Json',
style: 'severe',
includes: ['com.fasterxml.jackson']
},{
name: 'Zip',
style: 'severe',
includes: ['java.util.jar','java.util.zip']
},{
name: 'Log',
style: 'severe',
includes: ['logback']
},{
name: 'Major',
style: 'main',
includes: ['com.sun.proxy.$','gordian', 'szjlc', 'jlc']
},{
name: 'RxJava',
style: 'gray',
tag: false,
includes: ['rx.observables','rx.internal','rx.Observable',]
},{
name: 'Reflect',
style: 'gray',
Expand Down

0 comments on commit 120e835

Please # to comment.