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 162310 - Change to static final String's value goes partially unnoticed
Summary: Change to static final String's value goes partially unnoticed
Status: RESOLVED DUPLICATE of bug 158218
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-09 14:18 UTC by limyreth
Modified: 2009-04-09 14:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The project to reproduce the issue (10.52 KB, application/octet-stream)
2009-04-09 14:30 UTC, limyreth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description limyreth 2009-04-09 14:19:00 UTC
A change in a static final String's value doesn't seem to be always picked up by other classes using that String. Other
classes still use the old value.
Comment 1 Jiri Prox 2009-04-09 14:26:57 UTC
This is already fixed, see issue 158218

*** This issue has been marked as a duplicate of 158218 ***
Comment 2 limyreth 2009-04-09 14:30:13 UTC
Created attachment 79825 [details]
The project to reproduce the issue