Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03617fe

Browse files
committed
renamed "linecomment" to "line_comment"
1 parent 136345d commit 03617fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

javascript/ql/src/semmle/javascript/Comments.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Comment extends @comment, Locatable {
5353
* <!-- an HTML line comment
5454
* </pre>
5555
*/
56-
class LineComment extends @linecomment, Comment { }
56+
class LineComment extends @line_comment, Comment { }
5757

5858
/**
5959
* An HTML comment start/end token interpreted as a line comment.

javascript/ql/src/semmlecode.javascript.dbscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ case @comment.kind of
805805
| 4 = @htmlcommentend;
806806

807807
@html_comment = @htmlcommentstart | @htmlcommentend;
808-
@linecomment = @slashslashcomment | @html_comment;
808+
@line_comment = @slashslashcomment | @html_comment;
809809
@blockcomment = @slashstarcomment | @doccomment;
810810

811811
// source lines

0 commit comments

Comments
 (0)