standalone-app icon indicating copy to clipboard operation
standalone-app copied to clipboard

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

Open ViRb3 opened this issue 8 years ago • 0 comments

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.

ViRb3 avatar Apr 26 '16 02:04 ViRb3