This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 239760 - IDE highlights build errors in wrong line (Fortran from Oracle Solaris Studio 12.3)
Summary: IDE highlights build errors in wrong line (Fortran from Oracle Solaris Studio...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-24 10:48 UTC by soldatov
Modified: 2013-12-25 02:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2013-12-24 10:48:59 UTC
Scenario:
- Create "Fortran Hello World Application" sample (select Oracle Solaris Studio 12.3 toolchain)
- Open bar.f
- Type z at 30th line
- Save file
- Build project
===> red sign appears at first line, cursor jumps to first line too

f95   -c -g -w1 -o build/Debug/OracleSolarisStudio_12.3-Solaris-x86/bar.o bar.f

z
^ 
"bar.f", Line = 30, Column = 1: ERROR: The characters found in the label field are not valid.

f90comp: 33 SOURCE LINES
f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
Comment 1 Alexander Simon 2013-12-24 11:43:31 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/b44edf517862
Comment 2 Quality Engineering 2013-12-25 02:32:11 UTC
Integrated into 'main-silver', will be available in build *201312250002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b44edf517862
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #239760 IDE highlights build errors in wrong line (Fortran from Oracle Solaris Studio 12.3)