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 239050

Summary: "concatenation in StringBuilder" hint is wrong for constants
Product: java Reporter: smil <smil>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description smil 2013-12-02 16:11:21 UTC
Hi,

I got the hint for the following line: 

result.append("Result list not complete, more then "+MAX_ROWS+" records");

As you can guess MAX_ROWs is a static final int, thus the string in this case will be in-lined by the compiler. 

cheers,

Tamas
Comment 1 Martin Balin 2016-07-07 07:18:13 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss