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

Summary: I18N : "Authentication failed" is not from bundle
Product: connecteddeveloper Reporter: Masaki Katakai <masaki>
Component: Team FrameworkAssignee: Jan Becicka <jbecicka>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.