Assigned
Status Update
Comments
jv...@google.com <jv...@google.com>
an...@google.com <an...@google.com> #2
Both the code blocks are doing exactly same.
an...@gmail.com <an...@gmail.com> #3
The first does:
return getTotalLocalFileSize(f.listFiles()) + 1;
Instead of:
count += getTotalLocalFileSize(f.listFiles()) + 1;
for directories, which means it breaks the loop, ignoring the value of count and any other files or directories that might be in the array.
return getTotalLocalFileSize(f.listFiles()) + 1;
Instead of:
count += getTotalLocalFileSize(f.listFiles()) + 1;
for directories, which means it breaks the loop, ignoring the value of count and any other files or directories that might be in the array.
Description
STEPS TO REPRODUCE:
1.Open Android Studio.
2.Open an existing Android project or create a new one.
3.Navigate to a Kotlin file containing documentation comments (e.g., /** ... */ or /** ... */).
4.Go to File > Settings.
5.In the settings window, navigate to Editor > General > Appearance.
6.Ensure that the "Render documentation comments" option is selected.
7.Observe that the documentation comments in the Kotlin file are not rendered in the editor as expected.
ATTACH SCREENSHOTS/RECORDINGS OF THE ISSUE
ATTACH LOG FILES (Select Help > Show Log in Files, or Show Log in Finder on a Mac)
------------------
IMPORTANT: Please read
all required information.
------------------
Android Studio Koala | 2024.1.1 Canary 6
Build #AI-241.14494.240.2411.11731683, built on April 18, 2024
Runtime version: 17.0.10+0--11609105 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 3072M
Cores: 4
Registry:
ide.instant.shutdown=false
ide.experimental.ui=true
idea.ignore.disabled.plugins=true