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 - UnsupportedOperationException at org.netbeans.modules.web.core.syntax.JavaSourceProviderImpl$FilterImpl.filterReader
Summary: UnsupportedOperationException at org.netbeans.modules.web.core.syntax.JavaSou...
Status: RESOLVED DUPLICATE of bug 106887
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 11:12 UTC by Petr Blaha
Modified: 2007-06-20 11:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (4.90 KB, text/plain)
2007-06-20 11:13 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***