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

Summary: Error not shown in editor when there is string constant bigger than 65534 bytes
Product: java Reporter: Dusan Balek <dbalek>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.