This repository was archived by the owner on May 22, 2026. It is now read-only.
Fix static analysis issues#213
Merged
singa2000 merged 4 commits intoDec 12, 2019
Merged
Conversation
Issue:N/A Problem : functions in test/project.js does not return value consequently Solution : avoid using return with no value Signed-off-by: Grzegorz Czajkowski <g.czajkowski@samsung.com>
Issue:N/A Problem : functions in routes/export.js does not return value consequently Solution : avoid using return with no value Signed-off-by: Grzegorz Czajkowski <g.czajkowski@samsung.com>
Issue: N/A Problem : functions in routes/import.js do not return value consequently Solution : avoid using return with no value Signed-off-by: Grzegorz Czajkowski <g.czajkowski@samsung.com>
Issue: N/A Problem : functions in routes/project.js do not return value consequently Solution : avoid using return with no value Signed-off-by: Grzegorz Czajkowski <g.czajkowski@samsung.com>
This was referenced Dec 12, 2019
grzegorz-czajkowski
added a commit
to grzegorz-czajkowski/WATT
that referenced
this pull request
Feb 25, 2020
Changes in 0.8.4: bb7cfaa Upversion DE to 0.0.8 version ef889a4 Let launch script build TAU 3af29b6 Update TAU 1.0 submodule e1d8eee Update TAU 1.1 in WATT a2a39a0 Sync changes in TAU 1.1 with sample fe7b094 Fix static analysis issues (Samsung#213) 7ffbb3b Fix return value for import.js and export.js (Samsung#212) cbd7060 Fix return value for project.js (Samsung#211) 8575aca Fix static analysis issues in app.js d308b6b Fix return statements in utils.js 5ea1628 Fix return value for demos.js f72163a Use ensureDir instead of mkdir 2a85da3 Fix static analysis issue 37501ae Fix the Svace issue (Samsung#204) Signed-off-by: Grzegorz Czajkowski <g.czajkowski@samsung.com>
grzegorz-czajkowski
added a commit
to grzegorz-czajkowski/WATT
that referenced
this pull request
Feb 25, 2020
Changes in 0.8.4: fd03ea5 Upversion DE to 0.0.8 version ef889a4 Let launch script build TAU 3af29b6 Update TAU 1.0 submodule e1d8eee Update TAU 1.1 in WATT a2a39a0 Sync changes in TAU 1.1 with sample fe7b094 Fix static analysis issues (Samsung#213) 7ffbb3b Fix return value for import.js and export.js (Samsung#212) cbd7060 Fix return value for project.js (Samsung#211) 8575aca Fix static analysis issues in app.js d308b6b Fix return statements in utils.js 5ea1628 Fix return value for demos.js f72163a Use ensureDir instead of mkdir 2a85da3 Fix static analysis issue 37501ae Fix the Svace issue (Samsung#204) Signed-off-by: Grzegorz Czajkowski <g.czajkowski@samsung.com>
Merged
grzegorz-czajkowski
added a commit
that referenced
this pull request
Feb 25, 2020
Changes in 0.8.4: fd03ea5 Upversion DE to 0.0.8 version ef889a4 Let launch script build TAU 3af29b6 Update TAU 1.0 submodule e1d8eee Update TAU 1.1 in WATT a2a39a0 Sync changes in TAU 1.1 with sample fe7b094 Fix static analysis issues (#213) 7ffbb3b Fix return value for import.js and export.js (#212) cbd7060 Fix return value for project.js (#211) 8575aca Fix static analysis issues in app.js d308b6b Fix return statements in utils.js 5ea1628 Fix return value for demos.js f72163a Use ensureDir instead of mkdir 2a85da3 Fix static analysis issue 37501ae Fix the Svace issue (#204) Signed-off-by: Grzegorz Czajkowski <g.czajkowski@samsung.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix return value in routes/project.js
Fix return value in routes/import.js
Fix return value in routes/export.js
Fix return value in test/project.js