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 164836 - I18N : "Authentication failed" is not from bundle
Summary: I18N : "Authentication failed" is not from bundle
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-05-11 08:08 UTC by Masaki Katakai
Modified: 2009-05-14 05:27 UTC (History)
1 user (show)

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 Masaki Katakai 2009-05-11 08:08:45 UTC
It looks the error message "Authentication failed" can not be
localized because it's hardcoded.

src/org/netbeans/modules/kenai/KenaiREST.java:
            throw new KenaiException("Authentication failed", resp.getDataAsString());
Comment 1 Jan Becicka 2009-05-11 14:48:50 UTC
25e762599566
Comment 2 Quality Engineering 2009-05-12 07:46:28 UTC
Integrated into 'main-golden', will be available in build *200905120201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/25e762599566
User: Jan Becicka <jbecicka@netbeans.org>
Log: #164836: I18N : "Authentication failed" is not from bundle
Comment 3 Masaki Katakai 2009-05-14 05:27:14 UTC
Thank you for quick fix!

I've verified the fix on 200905130201.