Return raw type in `LiteralByNode.getValue()`
Open
- 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