Code Monkey home page Code Monkey logo

Comments (3)

feckertson avatar feckertson commented on June 11, 2024
  1. The latest released version is 3.3
  2. Unable to reproduce. Please provide a link to an actual code project that exhibits the problem, the results from mvn -version, the exact maven command being applied and any global and/or profile configurations that could impact the sourceEncoding.

from ccl-testing.

mjj4791 avatar mjj4791 commented on June 11, 2024

This issue seems to be very illusive!
I have one situation where I had this issue (very persistently).
I tried my best to reproduce the issue in a small test, but i cannot get it to reproduce in isolation....

It seems that there is more at play that just the text string "\u0000" in the code comments; that alone does not trigger the issue.

What I do see is in the downloaded code/test result json/xml file, that it contains several \uxxxx sequences; such as \u0009 (which represents to a tab character in the source code).

In my case I see this in this file (filename '%TEMP%\j4ccl_dataout_?_?.json?.tmp'):
<LINE><NBR>2459<\/NBR><TEXT><![CDATA[ ; \u0000 this is a string 6 characters long, which just happens to resemble the Unicode character 0x0 encoding....]]><\/TEXT><\/LINE>

However in the file .\target\program-listings<file>.inc, i see this:
<LINE><NBR>2459</NBR><TEXT><![CDATA[ ; ? this is a string 6 characters long, which just happens to resemble the Unicode character 0x0 encoding....]]></TEXT></LINE>

The text \u0000 got converted into a character-0; So it seems that the conversion of the xml file, sometimes converts text that looks like a unicode charater....

I say sometimes, because if i do exactly the same in a simple test program, I get the same contents in the 'j4ccl_dataout_?_?.json?.tmp' file, but i do NOT get the 0-character in the program listing xml....

I hope this helps.... unfortionately I am unable to provide a reproducing testcase for this...

from ccl-testing.

feckertson avatar feckertson commented on June 11, 2024

Reopen when a reproducible is available.

from ccl-testing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.