uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

Stacktrace won't show a sourcelocation description for methods and constructors #481

Closed javierfernandes closed 8 years ago

javierfernandes commented 8 years ago

If you check the current wollok stacktrace it doesn't show the source location description for stack whose main EObject are WMethod or WConstructor. It does work for a WMessageSend.

Here is an example

wollok.lang.Exception: com/badlogic/gdx/backends/lwjgl/LwjglApplicationConfiguration
    at  [/wollok.wlk:564]
    at wollok.lib.Position.drawCharacter(element) [/wollok.wlk:642]
    at  [/granjero.wlk:5]

Notice the "at" at the top.

javierfernandes commented 8 years ago

Fixed in dev