This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-414
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-414 by this push:
new b2230de WIP.
b2230de is described below
commit b2230dea509a098ef47b7228ccaa8e08de2cc316
Author: Sergey Kamov <[email protected]>
AuthorDate: Mon Aug 23 11:44:18 2021 +0300
WIP.
---
idea/nlpcraft_idl_idea_settings.zip | Bin 0 -> 1642 bytes
.../apache/nlpcraft/server/probe/NCProbeManager.scala | 4 +++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/idea/nlpcraft_idl_idea_settings.zip
b/idea/nlpcraft_idl_idea_settings.zip
new file mode 100644
index 0000000..5b65694
Binary files /dev/null and b/idea/nlpcraft_idl_idea_settings.zip differ
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/probe/NCProbeManager.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/probe/NCProbeManager.scala
index 66804a3..d5b3ba9 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/probe/NCProbeManager.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/probe/NCProbeManager.scala
@@ -1111,7 +1111,9 @@ object NCProbeManager extends NCService {
* @return
*/
def getModelElementInfo(mdlId: String, elmId: String, pattern:
Option[String], parent: Span = null): Future[JavaMeta] =
- startScopedSpan("getModelElementInfo", parent, "mdlId" -> mdlId,
"elmId" -> elmId) { _ =>
+ startScopedSpan(
+ "getModelElementInfo", parent, "mdlId" -> mdlId, "elmId" -> elmId,
"pattern" -> pattern.orNull
+ ) { _ =>
processModelInfoRequest(
mdlId,
NCProbeMessage("S2P_MODEL_ELEMENT_INFO", "mdlId" -> mdlId,
"elmId" -> elmId),