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 232317 - IllegalArgumentException: Not found option fullFileIndexer
Summary: IllegalArgumentException: Not found option fullFileIndexer
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P1 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
: 232341 232393 235082 235084 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-06 06:56 UTC by Chiana
Modified: 2013-08-27 09:23 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201942


Attachments
stacktrace (1.96 KB, text/plain)
2013-07-06 06:56 UTC, Chiana
Details
stacktrace (1.96 KB, text/plain)
2013-07-07 14:17 UTC, Chiana
Details
stacktrace (1.92 KB, text/plain)
2013-07-07 15:05 UTC, kosmonaffft
Details
stacktrace (1.92 KB, text/plain)
2013-07-07 15:35 UTC, kosmonaffft
Details
stacktrace (1.92 KB, text/plain)
2013-07-07 15:38 UTC, kosmonaffft
Details
stacktrace (1.92 KB, text/plain)
2013-07-07 21:41 UTC, Exceptions Reporter
Details
stacktrace (1.92 KB, text/plain)
2013-07-07 22:17 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2013-07-06 06:56:53 UTC
Build: NetBeans IDE Dev (Build 201307052300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
Chiana: Started up IDE just upgraded 130704->130705




Stacktrace: 
java.lang.IllegalArgumentException: Not found option fullFileIndexer
   at org.netbeans.modules.cnd.utils.ui.NamedOption$Accessor.findOption(NamedOption.java:155)
   at org.netbeans.modules.cnd.utils.ui.NamedOption$Accessor.getBoolean(NamedOption.java:91)
   at org.netbeans.modules.cnd.makeproject.MakeOptions.isFullFileIndexer(MakeOptions.java:252)
   at org.netbeans.modules.cnd.makeproject.MakeProject.registerClassPath(MakeProject.java:539)
   at org.netbeans.modules.cnd.makeproject.MakeProject.access$2000(MakeProject.java:166)
   at org.netbeans.modules.cnd.makeproject.MakeProject$1.run(MakeProject.java:1419)
Comment 1 Chiana 2013-07-06 06:56:55 UTC
Created attachment 136756 [details]
stacktrace
Comment 2 soldatov 2013-07-06 07:10:46 UTC
same problem
Comment 3 soldatov 2013-07-06 20:29:27 UTC
all automatic tests fails
Comment 4 Chiana 2013-07-07 14:17:38 UTC
Created attachment 136776 [details]
stacktrace

Started yesterdays build today too
Comment 5 kosmonaffft 2013-07-07 15:05:37 UTC
Created attachment 136780 [details]
stacktrace

Open project from early version of NB...
Comment 6 kosmonaffft 2013-07-07 15:35:37 UTC
Created attachment 136782 [details]
stacktrace

Create new C/C++ application...
Comment 7 Exceptions Reporter 2013-07-07 15:35:41 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=201942
Comment 8 kosmonaffft 2013-07-07 15:38:37 UTC
Created attachment 136783 [details]
stacktrace

Open C++ project...
Comment 9 Exceptions Reporter 2013-07-07 21:41:37 UTC
Created attachment 136792 [details]
stacktrace

Just downloaded and installed this netbeans bundle, this error appeared just after the creation of a C++ static library project.
Comment 10 David Konecny 2013-07-07 22:17:38 UTC
Created attachment 136794 [details]
stacktrace

trying to create new C++ aplication project
Comment 11 Vladimir Voskresensky 2013-07-08 06:38:24 UTC
*** Bug 232343 has been marked as a duplicate of this bug. ***
Comment 12 Vladimir Voskresensky 2013-07-08 06:39:08 UTC
*** Bug 232341 has been marked as a duplicate of this bug. ***
Comment 13 Vladimir Voskresensky 2013-07-08 07:52:22 UTC
I will check
Comment 14 Vladimir Voskresensky 2013-07-08 07:55:01 UTC
http://hg.netbeans.org/cnd-main/rev/cda3f9379657
Comment 15 Alexander Pepin 2013-07-08 09:36:26 UTC
This is obviously a Beta showstopper. The fix should be ported to Beta branch.
Comment 16 Egor Ushakov 2013-07-08 15:36:17 UTC
fix is integrated to beta branch:
http://hg.netbeans.org/releases/rev/6d296d4d2537
Comment 17 Vladimir Voskresensky 2013-07-08 15:37:28 UTC
*** Bug 232393 has been marked as a duplicate of this bug. ***
Comment 18 Quality Engineering 2013-07-09 04:16:04 UTC
Integrated into 'releases/release74_beta1', will be available in build *201307082243* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/6d296d4d2537
User: Egor Ushakov <gorrus@netbeans.org>
Log: full fix for #232317 - IllegalArgumentException: Not found option fullFileIndexer
(transplanted from 3ba6cec8667366c0fe4990f79d5dfa6b8a24c315)
Comment 19 Quality Engineering 2013-07-09 04:23:32 UTC
Integrated into 'main-silver', will be available in build *201307082300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cda3f9379657
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #232317 - IllegalArgumentException: Not found option fullFileIndexer
- add service back
Comment 20 Alexander Pepin 2013-07-10 10:08:09 UTC
Verified in trunk and Beta builds.
Comment 21 Vladimir Voskresensky 2013-08-27 09:22:56 UTC
*** Bug 235082 has been marked as a duplicate of this bug. ***
Comment 22 Vladimir Voskresensky 2013-08-27 09:23:03 UTC
*** Bug 235084 has been marked as a duplicate of this bug. ***