RPG Next Gen

RPG Next Gen Editor is a lightweight RPG editor solely based on the Eclipse platform. It has some basic plugins which among other things provide a tree view on the QSYS filesystem. The focus for the editor lies on small size and speed. The goal for this project is a feature complete RPG free-format editor which can be used to develop small to midsized projects for even the most advanced programming style.
| Tasklist |

FS#129 - Could not use GoToLineAction on member outside of configured libraries

Attached to Project: RPG Next Gen
Opened by Mihael Schmidt (Mihael) - Tuesday, 22 December 2009, 18:12 GMT+2
Last edited by Mihael Schmidt (Mihael) - Tuesday, 22 December 2009, 18:13 GMT+2
Task Type Bug Report
Category Editor
Status New
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 0.5
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

If a source is compiled which has a copy book which source file is not in one of the libraries of the connection (either library list or listed libraries) then the GotToLine action ends with a null pointer exception because it cannot get the library from the connection object. GoToLineAction.getSourceMember() line 173.
This task depends upon

Comment by Mihael Schmidt (Mihael) - Tuesday, 22 December 2009, 18:13 GMT+2
Current workaround till this is fixed: add the library to the listed libraries

Loading...