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 250424 - error during parsing
Summary: error during parsing
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.2
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-14 09:33 UTC by maxnitribitt
Modified: 2015-02-16 09:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
dump file (9.15 KB, application/octet-stream)
2015-02-14 09:33 UTC, maxnitribitt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maxnitribitt 2015-02-14 09:33:04 UTC
Created attachment 151998 [details]
dump file

I just received a persistent error in a small (regarding the source code) maven project. I don't get any code completion, quick fixes, editor functions to work, even cutting text is disabled.

To me it's a P1 as long as I don't have a work around because I can't use NetBeans for development.

ALL [null]: An error occurred during parsing of '/Users/antonepple/Documents/Projekte/bla/JavaFXClient/application/src/main/java/de/eppleton/application/MainWindow.java'. Please report a bug against java/source and attach dump file '/Users/antonepple/Library/Application Support/NetBeans/8.0.2/var/log/MainWindow_1.dump'.
Comment 1 maxnitribitt 2015-02-14 09:34:12 UTC
The error persists even after completely uninstalling (including removing all settings in Application Support) and reinstalling NetBeans.
Comment 2 Jiri Prox 2015-02-16 09:32:36 UTC
Can you please provide whole project?
Do you use any annotation processor?