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 34772 - NPE when performing Find Service....
Summary: NPE when performing Find Service....
Status: RESOLVED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on: 32089
Blocks:
  Show dependency tree
 
Reported: 2003-07-07 13:41 UTC by dmladek
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE stacktrace when Searching filed (2.02 KB, text/plain)
2003-07-07 13:47 UTC, dmladek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2003-07-07 13:41:40 UTC
Product Version       = NetBeans IDE Dev (Build
200307030100)
  Operating System      = Linux version
2.4.18-27.8.0 running on i386
  Java; VM; Vendor      = 1.4.2; Java HotSpot(TM)
Client VM 1.4.2-b28; Sun Microsystems Inc.
  Java Home             =
/usr/local/java/j2sdk1.4.2/jre
  System Locale; Encod. = cs_CZ; ISO-8859-2
  Home Dir; Current Dir = /home.local/delphym;
/usr/local/forte/forte3/NBdev-last/netbeans/bin
  IDE Install; User Dir =
/home.local/delphym/NBdev-last;
/home.local/delphym/.netbeans/dev
--------------------------------------------------------------------------------------------------

I have mounted JavaCVS FS. Sources of netbeans
with relative Mountpoint of:
javacvs/src   module

on cvsclient I applyed a patch (unsuccessfuly) and
want to somehow revert it.
Thus I several times performed cvs->update and
invoke Find service to find files which are not
[up-to-date], but NPE was thrown when I press to
button start Search..
Comment 1 dmladek 2003-07-07 13:47:17 UTC
Created attachment 10873 [details]
NPE stacktrace when Searching filed
Comment 2 Martin Entlicher 2003-07-07 13:55:05 UTC
The searched file was not found in the cache. This seems to be a buggy
state. It can be a problem in the caching framework in vcscore that a
file was dropped from the cache structure.

Is it reproducible?
Comment 3 dmladek 2003-08-03 12:11:02 UTC
Now in current NBdev40 it isn't reproductable...
Comment 4 dmladek 2003-08-03 12:44:23 UTC
hmmm.... it is not reproductable on exactly same sources and JAvaCVS
FS exactly mounted as I described.
Also it is not reproductable on other JavaCVS FSs with different
sources.... but because after (I don't know 20 attempt of search of
something) I've got the same NPE...
I'm changing my openion and saying:
It is hardly reproductable...

BTW: don't know how if there can't be any relation with another issue
#35246 (which I've enter just now)
Comment 5 Martin Entlicher 2003-08-04 10:11:33 UTC
O.K., thanks Dan. I will re-implement the caching infrastructure, so
hopefully it will be fixed by it (issue #32089). Decreasing to P4
since it's hardly reproducible.
Comment 6 Martin Entlicher 2004-01-14 15:30:03 UTC
As described at
http://www.netbeans.org/servlets/ReadMsg?msgId=655179&listName=nbusers
the development of javacvs module has been stopped.