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 107399

Summary: UnsupportedOperationException at org.netbeans.modules.web.core.syntax.JavaSourceProviderImpl$FilterImpl.filterReader
Product: javaee Reporter: Petr Blaha <blaha>
Component: CodeAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: stack trace

Description Petr Blaha 2007-06-20 11:12:36 UTC
[build 070620]
I get this exception when work on web project with visual JSF library.
java.lang.UnsupportedOperationException: Not supported yet.
	at org.netbeans.modules.web.core.syntax.JavaSourceProviderImpl$FilterImpl.filterReader(JavaSourceProviderImpl.java:80)
	at org.netbeans.modules.java.source.parsing.SourceFileObject.openReader(SourceFileObject.java:145)
	at org.netbeans.modules.java.source.parsing.SourceFileObject.getCharContentImpl(SourceFileObject.java:343)
	at org.netbeans.modules.java.source.parsing.SourceFileObject.getCharContent(SourceFileObject.java:116)
	at org.netbeans.modules.java.source.parsing.SourceFileObject.getCharContent(SourceFileObject.java:59)
	at org.netbeans.api.java.source.CompilationInfo.getText(CompilationInfo.java:117)
	at org.netbeans.api.java.source.JavaSource.dumpSource(JavaSource.java:2234)
	at org.netbeans.api.java.source.JavaSource.moveToPhase(JavaSource.java:1191)
	at org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:82)
Comment 1 Petr Blaha 2007-06-20 11:13:22 UTC
Created attachment 44039 [details]
stack trace
Comment 2 Petr Pisl 2007-06-20 11:27:04 UTC

*** This issue has been marked as a duplicate of 106887 ***