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 213359 - Error not shown in editor when there is string constant bigger than 65534 bytes
Summary: Error not shown in editor when there is string constant bigger than 65534 bytes
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-01 07:15 UTC by Dusan Balek
Modified: 2012-06-02 06:12 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 Dusan Balek 2012-06-01 07:15:19 UTC

    
Comment 1 Dusan Balek 2012-06-01 07:17:07 UTC
Having a string constant size of which is more than 65534 bytes the file is marked as it has error but the error is not displayed in editor.
Comment 3 Quality Engineering 2012-06-02 06:12:03 UTC
Integrated into 'main-golden', will be available in build *201206020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9c3c6152f7fd
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #213359: Error not shown in editor when there is string constant bigger than 65534 bytes - fixed.