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 230138 - Excetpion "BadLocationException" after "shift+ctrl+I" to ajust imports
Summary: Excetpion "BadLocationException" after "shift+ctrl+I" to ajust imports
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-22 18:11 UTC by ecerichter
Modified: 2013-06-12 02:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log do IDE (75.06 KB, text/plain)
2013-05-22 18:12 UTC, ecerichter
Details
Source file (1.50 KB, text/x-java)
2013-05-22 18:12 UTC, ecerichter
Details
Screenshot of the issue (47.48 KB, image/png)
2013-05-22 18:13 UTC, ecerichter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ecerichter 2013-05-22 18:11:50 UTC
Product Version = NetBeans IDE Dev (Build 201305212300)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01

While working in editor, after "shift+ctrl+i" I got error BadLocationException.

Attached there is the source file, the ide log and the screenshot of the issue.
Comment 1 ecerichter 2013-05-22 18:12:04 UTC
Created attachment 134761 [details]
Log do IDE
Comment 2 ecerichter 2013-05-22 18:12:51 UTC
Created attachment 134762 [details]
Source file
Comment 3 ecerichter 2013-05-22 18:13:31 UTC
Created attachment 134763 [details]
Screenshot of the issue
Comment 4 Dusan Balek 2013-06-10 16:08:58 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/444d2c191737
Comment 5 Quality Engineering 2013-06-12 02:02:59 UTC
Integrated into 'main-golden', will be available in build *201306112301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/444d2c191737
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #230138: Excetpion "BadLocationException" after "shift+ctrl+I" to ajust imports - fixed.