This repository was archived by the owner on Apr 10, 2021. It is now read-only.
This repository was archived by the owner on Apr 10, 2021. It is now read-only.
Netbeans UI appears to lock when trying to save a "properties" file #93
Open
Description
I was just testing a few things in the 0.0.9-beta
build, and my NetBeans interface locks up each time I edit the contents of a .properties
file and save it.
NetBeans itself doesn't crash and there's no suspicious looking CPU or memory spikes, but my mouse pointer shows a "working" icon and nothing responds to input. At this point the only option is to kill NetBeans through Task Manager and relaunch it.
NetBeans "Help > About" shows me:
Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 2
Java: 1.8.0_45; Java HotSpot(TM) Client VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b15
System: Windows 8 version 6.2 running on x86; Cp1252; en_ZA (nb)
A couple environment variations I tried off the top of my head:
- Whether the editorconfig file targets
[*.properties]
files or not makes no difference. - Whether the editorconfig file targets
[*]
(all) files or not makes no difference. - Whether the editorconfig file is named
.editorconfig
ormyrules.editorconfig
makes no difference. - The name or location of my properties file (within my
src
folder) makes no difference. - Removing my editorconfig file and reloading the project allows me to save the
.properties
file again without issue. - This doesn't happen with
0.0.8-beta
; the file saves correctly and rules are applied as expected.
Can anyone else confirm this behaviour?
Note: I discovered this while trying to test #92 with 0.0.9-beta
, so at first I was explicitly trying to save a file that didn't have any matching rules in my .editorconfig
file.