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 93648 - Failure in DataLoaderTests.DataObjectTest.Modify
Summary: Failure in DataLoaderTests.DataObjectTest.Modify
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-01-31 09:42 UTC by pzajac
Modified: 2007-02-01 12:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
tests log (27.96 KB, text/html)
2007-01-31 09:43 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2007-01-31 09:42:17 UTC
regression between 200701281900 and 200701291900

Test tests copy action on different data objects. Sources of tests are available
in openide/loaders/test/qa-functional folder.
Copy of JavaDataObjects fails at

 java.lang.IllegalStateException: No token fetched by moveNext() from token
sequence yet: index=407
	at org.netbeans.api.lexer.TokenSequence.checkTokenNotNull(TokenSequence.java:724)
	at org.netbeans.api.lexer.TokenSequence.offset(TokenSequence.java:233)
	at
org.netbeans.modules.java.source.save.PositionEstimator.goAfterFirstNewLine(PositionEstimator.java:573)
Comment 1 pzajac 2007-01-31 09:43:25 UTC
Created attachment 37871 [details]
tests log
Comment 2 pzajac 2007-02-01 12:13:20 UTC
test are passing now. It's probably fixed.