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 230423 - IllegalArgumentException: Filter filter-declarations not found.
Summary: IllegalArgumentException: Filter filter-declarations not found.
Status: RESOLVED DUPLICATE of bug 230337
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-05-29 07:45 UTC by Alexander Simon
Modified: 2013-05-29 09:36 UTC (History)
0 users

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 Alexander Simon 2013-05-29 07:45:11 UTC
regresion in tests:
cnd.findusages.IZ138596.testIZ138596
EVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.refactoring.spi.impl.RefactoringPanel$4
java.lang.IllegalArgumentException: Filter filter-declarations not found.
	at org.netbeans.modules.refactoring.spi.impl.FiltersManagerImpl$FiltersComponent.isSelected(FiltersManagerImpl.java:194)
	at org.netbeans.modules.refactoring.spi.impl.FiltersManagerImpl.isSelected(FiltersManagerImpl.java:86)
	at org.netbeans.modules.cnd.refactoring.elements.CsmRefactoringElementImpl.filter(CsmRefactoringElementImpl.java:139)
	at org.netbeans.modules.refactoring.api.RefactoringElement.include(RefactoringElement.java:193)
	at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel$4.run(RefactoringPanel.java:785)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
Comment 1 Alexander Simon 2013-05-29 07:46:58 UTC
for more information see ss-test-intel-S2-4 IDE tests
Comment 2 Egor Ushakov 2013-05-29 09:36:59 UTC

*** This bug has been marked as a duplicate of bug 230337 ***