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

Summary: Failure in DataLoaderTests.DataObjectTest.Modify
Product: editor Reporter: pzajac <pzajac>
Component: LexerAssignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: TEST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: tests log

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.