[Jadclipse-develop] [ jadclipse-Bugs-1338255 ] Error in method mapSource from JadclipseSourceMapper
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2005-11-03 07:57:12
|
Bugs item #1338255, was opened at 2005-10-26 02:26 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1338255&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: Invalid Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Johann Gyger (jgyger) Summary: Error in method mapSource from JadclipseSourceMapper Initial Comment: The method mapSource contains the following statement: fSourceRanges.remove(type) I think it must be changed to this.sourceRanges.remove(type); because fSourceRanges is unknown. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-11-02 23:57 Message: Logged In: NO sorry, the problem occurs under Eclipse 3.2 (Build id: I20051025-0800) ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2005-10-28 12:45 Message: Logged In: YES user_id=7927 No, in Eclipse 3.1, I only find a field named fSourceRanges. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1338255&group_id=40205 |