Menu

#389 BASE64Decoder() used but not part of java API

develop
closed-fixed
None
3
2020-11-06
2015-03-27
No

In ClearCaseOPlugin class we use:

@SuppressWarnings("restriction")
private static final BASE64Decoder BASE64_DECODER = new BASE64Decoder();
//TODO: replace with org.apache.commons.codec.binary.Base64
@SuppressWarnings("restriction")
private static final BASE64Encoder BASE64_ENCODER = new BASE64Encoder();

Please replace.

More reading here:

http://www.mkyong.com/java/access-restriction-the-type-base64encoder-is-not-accessible-due-to-restriction/

Related

Bugs: #389

Discussion

  • Adalbert

    Adalbert - 2019-07-24

    Because of this issue the plugin does not work with openjdk 11. Please implement the fix that does no longer depend on the no longer available package.

     
  • Thomas Bark

    Thomas Bark - 2020-09-29

    Hi,
    I adapted the plugin for use with Open JDK 11 and Eclipse 4.17 (2020-09-R). I will contact the maintainer, to push my branch.
    regards, Thomas

     
  • Mikael Petterson

    Hi Thomas !

    It has been a while since I worked on this. I have no access to clearcase anymore since my company dont use cc anymore . I will try to help you out tomorrow.

    Br,

    //mike

     
  • Mikael Petterson

    Hi,

    I added you to the group of developers. I can do code review.

    br,

    //mike

     
  • Thomas Bark

    Thomas Bark - 2020-09-30



    <meta content="width=device-width" name="viewport">
    <meta content="text/vnd.ui.insecure+html;charset=utf-8" http-equiv="Content-Type">

    Hi Mike,
    According to the ticket I cannot upload, as I'm not registered as a developer in the project:
    Greetings,

    In order to be able to commit tot he project you need to be a project developer or admin.
    You do not seem to be listed as a project developer, therefore you will not be able to commit to it.

    Sincerely,
    SourceForge Support

    [site-support:#21314] unable to push to git server , either with https or ssh

    Status: open


    So please check again, and add me.
    Regards Thomas

    --
    Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.
    Am 30.09.20, 07:18 schrieb Mikael Petterson <eraonel@users.sourceforge.net>:


    Hi,


    I added you to the group of developers. I can do code review.


    br,


    //mike




    [bugs:#389] BASE64Decoder() used but not part of java API


    Status: open
    Group: develop
    Created: Fri Mar 27, 2015 02:48 PM UTC by Mikael Petterson
    Last Updated: Tue Sep 29, 2020 06:39 PM UTC
    Owner: Mikael Petterson


    In ClearCaseOPlugin class we use:



    @SuppressWarnings("restriction")
    private static final BASE64Decoder BASE64_DECODER = new BASE64Decoder();
    //TODO: replace with org.apache.commons.codec.binary.Base64
    @SuppressWarnings("restriction")
    private static final BASE64Encoder BASE64_ENCODER = new BASE64Encoder();


    Please replace.


    More reading here:


    http://www.mkyong.com/java/access-restriction-the-type-base64encoder-is-not-accessible-due-to-restriction/




    Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/eclipse-ccase/bugs/389/


    To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/








     

    Related

    Bugs: #389

  • Mikael Petterson

    Sorry Thomas. Checked the wrong box :-) Try again now.
    //mike

     
  • Mikael Petterson

    • status: open --> open-fixed
     
  • Mikael Petterson

    • status: open-fixed --> closed-fixed
    • assigned_to: Mikael Petterson --> Thomas Bark
     

Log in to post a comment.