Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1021867 // dm_gazelle_addRuleComments_verbose

JavaX fragment (include)

svoid dm_gazelle_addRuleComments_verbose(S ruleID, Collection<S> comments) {
  dm_gazelle_addRuleComments_verbose(ruleID, lines_rtrim(comments));
}

svoid dm_gazelle_addRuleComments_verbose(S ruleID, S comments) {
  print("Addings comments for rule " + ruleID + ":");
  printIndent(rtrim(comments));
  print();
  dm_call(dm_gazelle_rulesModule(), 'addComments, ruleID, comments);
}

Author comment

Began life as a copy of #1021749

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1021867
Snippet name: dm_gazelle_addRuleComments_verbose
Eternal ID of this version: #1021867/3
Text MD5: 22d583f985e85e297b9290e0c8d35225
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-02 18:58:41
Source code size: 390 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 214 / 255
Version history: 2 change(s)
Referenced in: [show references]