This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 221527

Summary: Search for null gives many entries in the result of a search
Product: projects Reporter: viggonavarsete <viggonavarsete>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED WORKSFORME    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description viggonavarsete 2012-11-06 07:27:43 UTC
I just tried to search in Maven repo in Netbeans, and entered "null" into the search field, and marked  to search in Project Name, Project Description and Class Names in Project too, and it gave me a lot of dependencies...where is the match for "null"? I wouldn't expect anything back...
Comment 1 Milos Kleint 2012-11-07 11:24:33 UTC
for me, null without name/description returned just one hit (most likely correct as null was part of the artifactid)

when I check the project description, more results appeared, I've gone down to the pom files of the few results and all of them seemed to have the string null in the description field.
see screenshot.

closing as worksforme, appears to work correctly to me
Comment 2 Milos Kleint 2012-11-07 11:25:13 UTC
Created attachment 127289 [details]
screenshot