From a5c6d8663ccc3b91c01b61b0b26de81a8ac6f4d2 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Thu, 2 Jan 2020 10:22:09 +0800 Subject: [PATCH] docs: thinking in github analys --- README.md | 7 +++++-- core/context/call/call_graph_test.go | 1 - ...MwfLWg-online-github-project-analysis.feature | 16 ++++++++++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 docs/stories/EPwMwfLWg-online-github-project-analysis.feature diff --git a/README.md b/README.md index 6764c8f..94ad267 100644 --- a/README.md +++ b/README.md @@ -505,8 +505,11 @@ results - TBD - Comment Analysis - [ ] incorrect comment ? http://das.encs.concordia.ca/uploads/2018/02/Maldonado_thesis.pdf - - + - Online Code Analysis + - [x] WASM support + - [ ] expose WASM API + - [ ] GitHub search code + Documents Todo: - [ ] Docs diff --git a/core/context/call/call_graph_test.go b/core/context/call/call_graph_test.go index 9aea500..f1533fa 100644 --- a/core/context/call/call_graph_test.go +++ b/core/context/call/call_graph_test.go @@ -40,7 +40,6 @@ func Test_ShouldBuildSuccessDataFromJson(t *testing.T) { func Test_ShouldBuildSuccessDataFromSourceData(t *testing.T) { g := NewGomegaWithT(t) - codePath := "../../../_fixtures/examples/api" identApp := analysis.NewJavaIdentifierApp() identifiers := identApp.AnalysisPath(filepath.FromSlash(codePath)) diff --git a/docs/stories/EPwMwfLWg-online-github-project-analysis.feature b/docs/stories/EPwMwfLWg-online-github-project-analysis.feature new file mode 100644 index 0000000..c6974a7 --- /dev/null +++ b/docs/stories/EPwMwfLWg-online-github-project-analysis.feature @@ -0,0 +1,16 @@ +# id: EPwMwfLWg +# startDate: 2020-01-02T02:20:53Z +# endDate: 2020-01-02T02:20:53Z +# priority: +# status: +# author: +# title: online github project analysis +# language: zh-CN +@math +功能:online github project analysis + + 场景: + 假设: + 当: + 并且: + 那么: -- GitLab