Bug 274590 - BIDI3.5:HCG_Incorrect file path display in Problems view
Summary: BIDI3.5:HCG_Incorrect file path display in Problems view
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 6.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on: 271326
Blocks:
  Show dependency tree
 
Reported: 2009-04-30 16:17 EDT by Vivian Kong CLA
Modified: 2020-09-04 15:24 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vivian Kong CLA 2009-04-30 16:17:51 EDT
+++ This bug was initially created as a clone of Bug #271326 +++

Created an attachment (id=130998)
problems view

Build ID: I20090313-0100

Steps To Reproduce:
This is Bidi specific defect, in the test case upper English letters represent Hebrew letters


1.Open eclipse and C/C++ perspective
2.Create new c++ project and create directory and subdirectory with Hebrew names (AAA/BBB AAA, BBB are Hebrew chars) under src directory
Add new source cpp file with Hebrew name XX.cpp under subdirectory BBB.
3. Edit file and insert syntax error
4. Build, get errors
5. Inspect file pathes in Problems view

Ecpected result src/AAA/BBB/XX.o and src/AAA/BBB
Actual result: src/XX/BBB/AA.o 
src/BBB/AAA

 


More information:
Linux RedHat5