Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ getComment
Method
getComment
src/main/java/org/fgn/parser/Statement.java:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
private
BaseObject actionOutcome;
14
15
public
String getComment() {
16
return
comment;
17
}
18
19
public
void
setComment(String comment) {
20
this.comment = comment;
Callers
5
testShotOffTarget
Method · 0.95
testCommentedStatement
Method · 0.95
testCommentedOutStatement
Method · 0.95
testSpecialCommentCharactersStatement
Method · 0.95
testEmptyComments
Method · 0.95
Calls
no outgoing calls
Tested by
5
testShotOffTarget
Method · 0.76
testCommentedStatement
Method · 0.76
testCommentedOutStatement
Method · 0.76
testSpecialCommentCharactersStatement
Method · 0.76
testEmptyComments
Method · 0.76