Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] [Bug 23879] Location.equals() does not always work. (fwd)

> 
> http://bugs.eclipse.org/bugs/show_bug.cgi?id=23879
> 
> alain@xxxxxxx changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|NEW                         |ASSIGNED
> 
> 
> 
> ------- Additional Comments From alain@xxxxxxx  2002-09-20 14:17 -------
> In this case, equality can only be provide for two cases
> 
> file:lineno
> file:funtionName
> 
> So if the orignal Location was only a function or a linenumber
> Origin_location != new_location.  Equality can not be guaranty
> since the function maybe have been on another file.
> 
> 

for patch use eclipse 8-)



Back to the top