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 117077 - sun.misc.* APIs used illegally
Summary: sun.misc.* APIs used illegally
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2007-09-29 00:06 UTC by Jesse Glick
Modified: 2007-10-01 10:39 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 Jesse Glick 2007-09-29 00:06:09 UTC
SvnClientExceptionHandler.java, CertificateFile.java, and Scrambler.java use sun.misc.BASE64{En,De}coder which render
them nonportable to non-Sun JREs.
Comment 1 Tomas Stupka 2007-10-01 10:39:34 UTC
fixed

Checking in config/CertificateFile.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/config/CertificateFile.java,v  <--  CertificateFile.java
new revision: 1.11; previous revision: 1.10
done
Checking in config/Scrambler.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/config/Scrambler.java,v  <--  Scrambler.java
new revision: 1.3; previous revision: 1.2
done
Checking in client/SvnClientExceptionHandler.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/SvnClientExceptionHandler.java,v  <-- 
SvnClientExceptionHandler.java
new revision: 1.48; previous revision: 1.47
done