Bug 155195 - Modification to GCCPerFileBOPConsoleParserUtility requested
Summary: Modification to GCCPerFileBOPConsoleParserUtility requested
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-other (show other bugs)
Version: 4.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 4.0   Edit
Assignee: Doug Schaefer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-08-25 05:06 EDT by James Blackburn CLA
Modified: 2009-01-12 09:20 EST (History)
0 users

See Also:


Attachments
make getAbsolutePath public (1.12 KB, patch)
2006-08-25 05:08 EDT, James Blackburn CLA
no flags Details | Diff
make getBaseDirectory public as well (1.99 KB, patch)
2006-08-25 05:52 EDT, James Blackburn CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Blackburn CLA 2006-08-25 05:06:54 EDT
We have used the ScannerConfigurationDiscoveryProfile extension point to add a custom Scanner, based off the GCCPerFileBOPConsoleParser class.  However this has meant we also have to duplicate (unchanged) the GCCPerFileBOPConsoleParserUtility class as the method getAbsolutePath is not public.

Would it be possible to make this method public?
Comment 1 James Blackburn CLA 2006-08-25 05:08:50 EDT
Created attachment 48696 [details]
make getAbsolutePath public
Comment 2 James Blackburn CLA 2006-08-25 05:49:25 EDT
Given the patch for Bug 155088, would it be possible for AbstractGCCBOPConsoleParserUtility.getBaseDirectory() to be public as well?
Comment 3 James Blackburn CLA 2006-08-25 05:52:50 EDT
Created attachment 48699 [details]
make getBaseDirectory public as well
Comment 4 Doug Schaefer CLA 2007-05-24 12:14:55 EDT
Done.