<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/test/transform/resource/messages-ecj/VarNullInit.java.messages, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/'/>
<entry>
<title>[var] various upgrades to var:</title>
<updated>2018-02-06T23:01:22+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2018-02-06T21:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=66469e04fe35e5ceb3723cb563379a03e4883101'/>
<id>66469e04fe35e5ceb3723cb563379a03e4883101</id>
<content type='text'>
* var is promoted to the main package.
* It is no longer an opt-in thing.
* bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that.
* tests both for the multi-for situation and the new main package variant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* var is promoted to the main package.
* It is no longer an opt-in thing.
* bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that.
* tests both for the multi-for situation and the new main package variant.
</pre>
</div>
</content>
</entry>
<entry>
<title>a initialization of variable  like "var o = null;" will throw the compile time error "variable initializer is 'null'"</title>
<updated>2016-11-12T20:04:48+00:00</updated>
<author>
<name>Bulgakov Alexander</name>
<email>abulgakov@at-consulting.ru</email>
</author>
<published>2016-11-12T20:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=69eeb9edc767bb3ceb0320bb5a0ea60dfabe827c'/>
<id>69eeb9edc767bb3ceb0320bb5a0ea60dfabe827c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
