You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Line from Fernflower decompiled source that caused the exception:
import com.android.camera.module.video2.Video2HfrBottomBarUISpecProvider.1;
The exception:
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.
The text was updated successfully, but these errors were encountered: