Bug 246134 - Autoconf editor does not handle external files
Summary: Autoconf editor does not handle external files
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse-cdt
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Johnston
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-28 18:39 UTC by Jeff Johnston
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-28 18:41:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.