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 35497 - NPE and lots of AIOOBE when expanding CVS folder in Sources
Summary: NPE and lots of AIOOBE when expanding CVS folder in Sources
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-19 17:25 UTC by dmladek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE and lots of AIOOBE (13.80 KB, text/plain)
2003-08-19 17:29 UTC, dmladek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2003-08-19 17:25:18 UTC
Product Version       = NetBeans IDE Dev (Build
200308190000)
  Operating System      = Linux version
2.4.20-18.9 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 = /usr/local/home/delphym;
/usr/local/forte/forte3/NBdev-last/netbeans-prj40/bin
  IDE Install; User Dir =
/usr/local/forte/forte3/NBdev-last/netbeans-prj40;
/usr/local/home/delphym/.netbeans/dev-prj40
-------------------------------------------------------------------------------

I'm entering this one as P2 'cause it is pretty
much annoying if I need work with
VersionControledSources
located under 
$ProjectName
  |-Sources
     |-Top CVS Working dir

Usualy ot occures when I wish to expand CVS folder
to use CVS action on file (I miss CVS action on
folders...see issue #35485). If it happens I had
to restart IDE (better case) but usualy (probably
not because only of this bug) I have delete my
user dir and start again my work (testing:)
Comment 1 dmladek 2003-08-19 17:29:25 UTC
Created attachment 11366 [details]
NPE and lots of AIOOBE
Comment 2 pzajac 2003-08-20 08:58:06 UTC
projects keyword added
Comment 3 dmladek 2003-08-20 11:21:30 UTC
thanks Peter for adding  the keyword:-)
Comment 4 Jesse Glick 2003-08-25 15:41:50 UTC
Probably bug in JavaDataObjectLook, fix there first and see if problem
persists.
Comment 5 Tomas Zezula 2003-08-25 17:42:09 UTC
Can not reproduce on LocalFS :-(
This seems a bit strange, to throw the NPE, either the ProjectMember
is invalid or the file is not in Java CompilationUnit.
Comment 6 Tomas Zezula 2003-08-26 10:16:25 UTC
Can not reproduce even on the CVS Filesystem.
If it appear again feel free to reopen an P1 issue.
Comment 7 dmladek 2003-08-26 10:29:11 UTC
Well, Tomas is right, even me wasn't able to reproduce this on the
same build on which it was happenning :-|
Only the NPE, but I'd rather enter a new bug for it...
Comment 8 Jan Becicka 2003-11-25 14:23:19 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.