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 268551 - NullPointerException at org.jetbrains.kotlin.utils.ProjectUtils.getKotlinProjectForFileObject
Summary: NullPointerException at org.jetbrains.kotlin.utils.ProjectUtils.getKotlinProj...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-17 08:58 UTC by simas
Modified: 2016-12-01 13:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226788


Attachments
stacktrace (2.80 KB, text/plain)
2016-10-17 08:58 UTC, simas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description simas 2016-10-17 08:58:54 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
simas: no idea




Stacktrace: 
java.lang.NullPointerException
   at org.jetbrains.kotlin.utils.ProjectUtils.getKotlinProjectForFileObject(ProjectUtils.java:189)
   at org.jetbrains.kotlin.navigation.netbeans.JavaHyperlinkProvider.performClickAction(JavaHyperlinkProvider.java:128)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.performAction(HyperlinkOperation.java:274)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.mouseClicked(HyperlinkOperation.java:447)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269)
Comment 1 simas 2016-10-17 08:58:56 UTC
Created attachment 162522 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-10-17 13:00:10 UTC
This should be investigated by kotlin plugin authors.