orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Orc Eclipse plug-in builder creates problem marker on wrong file if problem is in included file #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Procedure to Repeat:
1. Introduce an error in an include file.
2. Build a program that includes this include file.

Expected / Actual Results:
Eclipse problem marker's path and resource attributes point to the main 
program, not the erroneous include.  The line number, however, is the line 
number of the included file.

Version and Platform:
SVN r3105

Reporter's Comments:
1. Unfortunately, IMP's MarkerCreatorWithBatching seems to assume that Builders 
create Markers on one file only.
2. What if the include points to another project or a file that's not in the 
workspace? 

Original issue reported on code.google.com by jthywissen on 20 Jan 2013 at 4:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3244.

Original comment by jthywissen on 13 Aug 2013 at 2:03