JetBrains / JetBrains/fbme

Return raw type in `LiteralByNode.getValue()`

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JetBrains MPS
Stars
23
Forks
19
PR merge metrics
No merged PRs in 30d

Description

`org.fbme.ide.iec61499.adapter.st.LiteralByNode` method `getValue()` block of code:

```
default:
return "";
```

It would better to return concrete raw type for error message.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting org.fbme.ide.iec61499.adapter.st.LiteralByNode.getValue(), especially the shown default branch. Determine which concrete raw type should replace the empty string for the error message; done when that branch returns the raw type instead.

Written by the indexing model from the issue text.

Assessment

Domain
devtools
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.