[Jadclipse-develop] [ jadclipse-Bugs-1338255 ] Error in method mapSource from JadclipseSourceMapper
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2005-10-26 09:26:39
|
Bugs item #1338255, was opened at 2005-10-26 02:26 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1338255&group_id=40205 |