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 249388 - Disable Bracket Completion in Char literal
Summary: Disable Bracket Completion in Char literal
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-16 16:07 UTC by Milutin Kristofic
Modified: 2014-12-17 05:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milutin Kristofic 2014-12-16 16:07:13 UTC
When in java you are in char literal '|' and you press bracket, netbeans autocomplete bracket 

the result is '(|)' but expected is '(|'
Comment 1 Milutin Kristofic 2014-12-16 16:12:10 UTC
http://hg.netbeans.org/jet-main/rev/271e4900ba11
Comment 2 Quality Engineering 2014-12-17 05:11:12 UTC
Integrated into 'main-silver', will be available in build *201412170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/271e4900ba11
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #249388 - Disable Bracket Completion in Char literal