SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-601
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Shay Banon
Reporter: Daniel Plappert
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Compass

Null Pointer Exception when wild card '*' is used at the end of query with CompassMultiPropertyQueryStringBuilder

Created: 28/Mar/08 09:48 AM   Updated: 28/Mar/08 10:27 AM
Component/s: Compass::Core
Affects Version/s: 2.0.0 M3
Fix Version/s: 2.0.0 RC1


 Description  « Hide
just have a look at CMP-483 - it's not fixed in M3 since the first line of code in the getPrefixQuery-method (ResourcePropertyLookup lookup = mapping.getResourcePropertyLookup(field);...) ist not null-safe (in fact the ResourcePropertyLookup Constructor is not null-safe); so the fix described in CMP-483 (if (field == null) ....) does not affect anything because a NullPointerEx is thrown

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.