Bug 246134

Summary: Autoconf editor does not handle external files
Product: [Fedora] Fedora Reporter: Jeff Johnston <jjohnstn>
Component: eclipse-cdtAssignee: Jeff Johnston <jjohnstn>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-28 18:41:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Johnston 2007-06-28 18:39:33 UTC
If an attempt is made to use the Autoconf editor on an external configure.in
file, the editor causes a ClassCastException to occur.  The editor should allow
external files and mark them appropriately.

Comment 1 Jeff Johnston 2007-06-28 18:41:39 UTC
The logic was using the IResource marker utilities for error handling (e.g.
warnings and error markers) for the file.  These utilities only work for
resources in the workspace (i.e. files in projects in the workspace).  A patch
has been made to the HEAD repository so the error handler for the Autoconf
editor performs marking manually and does not require an IResource.