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 192938 - org.openide.filesystems.FileStateInvalidException: MasterFileObject[/Users/petrjiricka/NetBeansProjects/mavenproject176/src/main/java/com/mycompany/mavenproject176/Worker.java@785dd85d:630e1bf7,valid=
Summary: org.openide.filesystems.FileStateInvalidException: MasterFileObject[/Users/pe...
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-06 18:45 UTC by Petr Jiricka
Modified: 2012-06-14 19:55 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151649


Attachments
stacktrace (4.76 KB, text/plain)
2010-12-06 18:45 UTC, Petr Jiricka
Details
log with the exception (72.69 KB, application/octet-stream)
2011-04-11 12:39 UTC, Sergey Petrov
Details
stacktrace (5.41 KB, text/plain)
2012-06-14 19:55 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2010-12-06 18:45:47 UTC
Build: NetBeans IDE Dev (Build web-main-4282-on-101206)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
saluk: I deleted a file from the projects window

GUEST: viewing code coverage report for a python project

pjiricka: Deleting a file.

GUEST: sending an error report




Stacktrace: 
org.openide.filesystems.FileStateInvalidException: MasterFileObject[/Users/petrjiricka/NetBeansProjects/mavenproject176/src/main/java/com/mycompany/mavenproject176/Worker.java@785dd85d:630e1bf7,valid=false]
   at org.openide.loaders.DataObject.find(DataObject.java:499)
   at org.netbeans.modules.gsf.codecoverage.CoverageReportTopComponent$FileRenderer.getTableCellRendererComponent(CoverageReportTopComponent.java:530)
   at javax.swing.JTable.prepareRenderer(JTable.java:5720)
   at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2072)
   at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1974)
   at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1770)
Comment 1 Petr Jiricka 2010-12-06 18:45:56 UTC
Created attachment 103635 [details]
stacktrace
Comment 2 Sergey Petrov 2011-04-11 12:38:13 UTC
issue 192459 may be a duplicate for this pone if there is one root cause.
I have similar exception on entity creation with fresh user dir from time to time. will attach message.log.
Comment 3 Sergey Petrov 2011-04-11 12:39:10 UTC
Created attachment 107636 [details]
log with the exception
Comment 4 Exceptions Reporter 2011-06-25 17:10:39 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=151649
Comment 5 Milutin Kristofic 2012-06-14 12:01:17 UTC
Last report 12 months ago
Comment 6 javydreamercsw 2012-06-14 19:55:49 UTC
Created attachment 120872 [details]
stacktrace

Just deleted the mentioned file and got this error.