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 82857 - org.netbeans.test.java.parsing.Remover.Remover.testRun is failing
Summary: org.netbeans.test.java.parsing.Remover.Remover.testRun is failing
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Prox
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-08-17 08:51 UTC by Marian Mirilovic
Modified: 2008-03-10 18:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2006-08-17 08:51:34 UTC
look at the error :

http://ffjqa.czech/automatedtests/xtest/netbeans_dev/200608161800/qa-functional_validation/qa-xp-s3/testrun_060816-233927/testbag_2/htmlresults/suites/TEST-org.netbeans.test.java.parsing.Remover.Remover.html

error message :
~\work\sys\data\projects\default\src\org\netbeans\test\java\testsources\Remover.java
(The system cannot find the file specified)

and there is also exception :
java.io.FileNotFoundException:
E:\space\test4u2\testrun\work\sys\data\projects\default\src\org\netbeans\test\java\testsources\Remover.java
(The system cannot find the file specified)
	at
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:114)
	at
org.netbeans.modules.masterfs.MasterFileObject.getInputStream(MasterFileObject.java:148)
	at
org.netbeans.modules.javacore.parser.ASTProvider.getRealSource(ASTProvider.java:200)
	at org.netbeans.modules.javacore.parser.ASTProvider.getReader(ASTProvider.java:230)
	at
org.netbeans.modules.javacore.parser.ASTProvider.getSourceText(ASTProvider.java:473)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.createMDRParser(ResourceImpl.java:569)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.directUpdate(ResourceImpl.java:694)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.checkUpToDate(ResourceImpl.java:650)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.checkUpToDate(ResourceImpl.java:593)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.SemiPersistentElement.isValid(SemiPersistentElement.java:74)
	at org.netbeans.modules.java.bridge.ElementImpl.<init>(ElementImpl.java:153)
	at
org.netbeans.modules.java.bridge.MemberElementImpl.<init>(MemberElementImpl.java:64)
	at
org.netbeans.modules.java.bridge.FieldElementImpl.<init>(FieldElementImpl.java:47)
	at
org.netbeans.modules.java.bridge.DefaultLangModel.createField(DefaultLangModel.java:178)
	at
org.netbeans.modules.java.bridge.FieldsCollection.createElement(FieldsCollection.java:54)
	at
org.netbeans.modules.java.bridge.ObjectsCollection.cachedElement(ObjectsCollection.java:80)
	at
org.netbeans.modules.java.bridge.ObjectsCollection$FeaturesListener.cachedElement(ObjectsCollection.java:897)
	at
org.netbeans.modules.java.bridge.ObjectsCollection$FeaturesListener.doAdd(ObjectsCollection.java:756)
	at
org.netbeans.modules.java.bridge.ObjectsCollection$FeaturesListener.doChange(ObjectsCollection.java:668)
	at
org.netbeans.modules.java.bridge.ElementImpl$ElementListener.change(ElementImpl.java:1260)
	at org.netbeans.mdr.util.EventNotifier$EventsDelivery.run(EventNotifier.java:276)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.FileNotFoundException:
E:\space\test4u2\testrun\work\sys\data\projects\default\src\org\netbeans\test\java\testsources\Remover.java
(The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj$2.<init>(FileObj.java:102)
	at
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:101)
	... 21 more
Caused by: org.openide.util.Exceptions$AnnException: msg
	at org.openide.util.Exceptions$AnnException.findOrCreate(Exceptions.java:191)
	at org.openide.util.Exceptions$AnnException.findOrCreate(Exceptions.java:205)
	at org.openide.util.Exceptions.attachLocalizedMessage(Exceptions.java:70)
	at
org.netbeans.modules.masterfs.filebasedfs.utils.FSException.annotateException(FSException.java:127)
	at
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:126)
	... 21 more
Comment 1 Jiri Prox 2007-08-15 12:06:37 UTC
The test was removed a long time ago
Comment 2 Marian Mirilovic 2008-03-10 18:46:18 UTC
v/c