Bug 189895

Summary: The type AbstractStringBuilder is not visible
Product: [Eclipse Project] JDT Reporter: Dharmi <dharmi.tanna>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED INVALID QA Contact:
Severity: major    
Priority: P3 CC: dharmi.tanna, Olivier_Thomann
Version: 2.1.2Keywords: needinfo
Target Milestone: 3.5 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Error in java from line 288
none
configuration details none

Description Dharmi CLA 2007-05-30 07:06:46 EDT
I am using the SAP Netweaver Developer Studio version 2.0.15. It makes use of the Eclipse version 2.1.2 and Java j2sdk1.4.2_08. 

I am getting the error "The type AbstractStringBuilder is not visible" in the java code.

If you want I can email you the code. Please let me know.

Thank you in anticipation.

Best regards,
Dharmi
Comment 1 Dharmi CLA 2007-05-30 07:10:10 EDT
Created attachment 69247 [details]
Error in java from line 288
Comment 2 Dharmi CLA 2007-05-30 07:11:17 EDT
Created attachment 69248 [details]
configuration details
Comment 3 Olivier Thomann CLA 2007-05-30 07:14:00 EDT
What are your compiler settings?
What library is on the project classpath ?
Comment 4 Philipe Mulet CLA 2007-05-30 07:18:34 EDT
Also read bug 51353. Please check your build path, you are referring to Java5 (or later) Java libraries. Unless you mean to, you should be targeting 1.4 libraries.

Eclipse 2.1.x shouldn't be used to develop against 1.5 libraries, as it did not understand certain constructs introduced in the language (like bridge methods).

Comment 5 Jerome Lanneluc CLA 2008-08-26 07:14:11 EDT
Not enough information. Closing as INVALID
Comment 6 Olivier Thomann CLA 2008-09-15 09:02:00 EDT
Verified for 3.5M2 using I20080914-2000