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 188898 - AID: PIX validity checker error
Summary: AID: PIX validity checker error
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: Petr Suchomel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-23 09:29 UTC by groissi
Modified: 2010-10-09 15:25 UTC (History)
0 users

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 groissi 2010-07-23 09:29:26 UTC
When creating a new JavaCard project and the AID is filled in, the checker for the PIX part of the AID does check incorrectly. The length of a PIX is limited to 11 bytes, but the checker obviously limits the hex string length to 11 -> this should be 22
Comment 1 Petr Suchomel 2010-10-08 14:32:20 UTC
Fixed in CS edf695df26c0
Comment 2 Quality Engineering 2010-10-09 15:25:25 UTC
Integrated into 'main-golden', will be available in build *201010090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/edf695df26c0
User: psuchomel@netbeans.org
Log: Fixed issue #188898,  AID: PIX validity checker error