Code Monkey home page Code Monkey logo

jbencode's People

jbencode's Issues

java.io.IOException: Value already resolved on zero-length strings

What steps will reproduce the problem?
1. Modify test/ParserTest.java:

Index: test/ParserTest.java
===================================================================
--- test/ParserTest.java    (revision 19)
+++ test/ParserTest.java    (working copy)
@@ -25,7 +25,7 @@
    public static void main(String[] args) throws IOException {
        Parser parser = new Parser();
        ByteArrayInputStream is = new ByteArrayInputStream(
-               "ld5:Helloi5e5:World7:Testing4:Fivei4ee10:Test 
Valueli123ei456ei7890eee".getBytes());
+               "ld5:Helloi5e5:World7:Testing4:Five0:e10:Test 
Valueli123ei456ei7890eee".getBytes());

        ListValue root = (ListValue) parser.parse(is);
        for (Value<?> value : root) {

2. Compile
3. Run test/ParserTest.java

What is the expected output?
{
  "Hello" -> 5
  "World" -> "Testing"
  "Five" -> ""
}
Test Value
[
  123
  456
  7890
]

What do you see instead?
{
  "Hello" -> 5
  "World" -> "Testing"
  "Five" -> Exception in thread "main" java.io.IOException: Value already resolved
    at com.googlecode.jbencode.primitive.StringValue.resolve(StringValue.java:32)
    at ParserTest.main(ParserTest.java:42)

What version of the product are you using? On what operating system?
SVN r19 on Fedora 13 x86_64, jdk1.7

Please provide any additional information below.

Possible patch attached.

Original issue reported on code.google.com by [email protected] on 27 Jul 2010 at 6:47

Attachments:

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.