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 60961 - Continuous AssertionError when project from CVS repository is opened
Summary: Continuous AssertionError when project from CVS repository is opened
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 5.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 09:51 UTC by Jiri Prox
Modified: 2005-09-05 10:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
AssertionError: #51577 trap I/O APIs (4.84 KB, text/plain)
2005-07-14 09:52 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2005-07-14 09:51:50 UTC
NB 4.2 (200507110943)
JDK 1.6.0 b42

I got endless stream of AE when I opened project previously checked out from
cvs. The error window is taking focus, so the IDE is unusable. 

Steps to reproduce:
1) check out netbeans sources
2) open project web/project
-> the error strams starts

I'm not sure if its important, but when I firstly opened the project, the ant
was runnig on another console, compiling the sources.

If IDE is started with clean userdir the errors won't occur, but the information
from version system is lost.
Comment 1 Jiri Prox 2005-07-14 09:52:52 UTC
Created attachment 23096 [details]
AssertionError: #51577 trap I/O APIs
Comment 2 Martin Entlicher 2005-07-14 12:35:10 UTC
This was fixed few days ago:

File [changed]: StatusFormat.java
Url:
http://vcscore.netbeans.org/source/browse/vcscore/src/org/netbeans/modules/vcscore/caching/StatusFormat.java?r1=1.12&r2=1.13
Delta lines:  +2 -1
-------------------
--- StatusFormat.java	3 Jun 2005 19:25:10 -0000	1.12
+++ StatusFormat.java	11 Jul 2005 13:40:08 -0000	1.13
Comment 3 Pavel Rehak 2005-07-19 13:33:04 UTC
Jirko can you verify this issue please?
Comment 4 Jiri Prox 2005-07-19 15:09:02 UTC
verified