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 217986 - IllegalArgumentException: Filter filter-write not found.
Summary: IllegalArgumentException: Filter filter-write not found.
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-07 10:44 UTC by Maksim Khramov
Modified: 2012-09-08 02:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192206


Attachments
stacktrace (887 bytes, text/plain)
2012-09-07 10:44 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2012-09-07 10:44:32 UTC
Build: NetBeans IDE Dev (Build 201209050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_08-ea-b03
OS: Windows 7

Stacktrace: 
java.lang.IllegalArgumentException: Filter filter-write not found.
   at org.netbeans.modules.refactoring.spi.impl.FiltersManagerImpl$FiltersComponent.isSelected(FiltersManagerImpl.java:193)
   at org.netbeans.modules.refactoring.spi.impl.FiltersManagerImpl.isSelected(FiltersManagerImpl.java:85)
   at org.netbeans.modules.refactoring.java.WhereUsedElement.filter(WhereUsedElement.java:412)
   at org.netbeans.modules.refactoring.api.RefactoringElement.include(RefactoringElement.java:193)
   at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel$4.run(RefactoringPanel.java:782)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
Comment 1 Maksim Khramov 2012-09-07 10:44:34 UTC
Created attachment 124025 [details]
stacktrace
Comment 2 Ralph Ruijs 2012-09-07 13:09:56 UTC
http://hg.netbeans.org/jet-main/rev/b832fb7fa255
Comment 3 Quality Engineering 2012-09-08 02:06:46 UTC
Integrated into 'main-golden', will be available in build *201209080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b832fb7fa255
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: Issue #217986 - IllegalArgumentException: Filter filter-write not found.