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 148804 - java.lang.IllegalStateException and java.nio.BufferUnderflowException
Summary: java.lang.IllegalStateException and java.nio.BufferUnderflowException
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-01 07:52 UTC by soldatov
Modified: 2008-10-02 08:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log (13.41 KB, text/plain)
2008-10-01 07:53 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2008-10-01 07:52:36 UTC
Second time a lot of UI tests fails on http://bits.netbeans.org/download/trunk/nightly/latest/ build.
Comment 1 soldatov 2008-10-01 07:53:07 UTC
Created attachment 70947 [details]
log
Comment 2 Alexander Simon 2008-10-01 08:27:25 UTC
provide, please, steps to reproduce bug
Comment 3 soldatov 2008-10-01 08:42:54 UTC
Tests make such steps:
- Open 'Tools|Options' window
- Open 'Formatting' tab
- Create new C style. Set some option
- Create new C++ style. Set some option
- Close Options window
- Create new empty project
- Add some C file from other directory (via 'Add Existing Item...')
- Format it
- Add some C++ file from other directory (via 'Add Existing Item...')
- Format it
- Add some header file from other directory (via 'Add Existing Item...')
- Format it
- Close project
- Delete the created styles
- Analyse messages.log file (a lot of exceptions in this file)
Comment 4 Alexander Simon 2008-10-02 08:21:02 UTC
I cannot reproduce the bug.
From soldatov: Not repeated now.
So I close the bug.