Ifs ohne Block funktionieren "manchmal" nicht #123
Labels
No Label
Codegen
confirmed
duplicate
Eclipse-Plugin
Feature Request
generics
in progress
invalid
JavaCompilerCore
needs info
Parser
Trash
Type
Unify
won't fix
works for me
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JavaTX/JavaCompilerCore#123
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created attachment 37
Beispielfall
If-Schleifen, die ohne Block mit einem Statement geschrieben werden, funktionieren manchmal (z.B. bei returns) failen aber z.B. bei Zuweisungen.
Im Beispiel eine Funktion works(), die mit "return-statements" funktioniert und eine Funktion fails(), die bei einer Zuweisung eine java.lang.ArrayIndexOutOfBoundsException wirft. Dazu sei noch erwähnt, dass die Funktion fails() funktioniert, wenn die Zuweisung in einen Block geschrieben wird.