Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParseException: Encountered " <FLOATING_POINT_LITERAL> ".1 "" #24

Open
ViRb3 opened this issue Apr 26, 2016 · 0 comments
Open

ParseException: Encountered " <FLOATING_POINT_LITERAL> ".1 "" #24

ViRb3 opened this issue Apr 26, 2016 · 0 comments

Comments

@ViRb3
Copy link

ViRb3 commented Apr 26, 2016

Line from Fernflower decompiled source that caused the exception:

import com.android.camera.module.video2.Video2HfrBottomBarUISpecProvider.1;

The exception:

  • com.github.javaparser.ParseException: Encountered " <FLOATING_POINT_LITERAL> ".1 "" at line 11, column 73.
  • Was expecting one of:
  • ";" ...
    
  • "." ...
    
  • "." ...
    
  • at com.github.javaparser.ASTParser.generateParseException(ASTParser.java:9056)
  • at com.github.javaparser.ASTParser.jj_consume_token(ASTParser.java:8929)
  • at com.github.javaparser.ASTParser.ImportDeclaration(ASTParser.java:259)
  • at com.github.javaparser.ASTParser.CompilationUnit(ASTParser.java:157)
  • at com.github.javaparser.JavaParser.parse(JavaParser.java:111)
  • at com.heliosdecompiler.helios.tasks.DecompileTask.run(DecompileTask.java:106)
  • at java.lang.Thread.run(Unknown Source)

The imported class is called: Video2HfrBottomBarUISpecProvider$1. Every sub-routine of a class is broken down into smaller classes in Android, with $1, $2, $3, ... endings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant