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 267561

Summary: mixing of syntaxes
Product: ide Reporter: henri127 <henri127>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:

Description henri127 2016-08-12 18:48:08 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_72
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.72-b15

Reproducibility: Happens sometimes, but not always

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops up

When running a java program for longer time with debug command from netbeans, which is NOT an android project the meesages.log file ended with the line

INFO [org.netbeans.modules.android.lint]: No projects found for [D:\MyProjects\Java\theproject\src\projectpackage\MyClass.java]

Why does an open android module spoil the usage of other non android projects?

The exception and collapse of the Netbeans occured when setting a break point in MyClass source.