<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Java.lang.String.isEmpty</id>
	<title>Java.lang.String.isEmpty - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Java.lang.String.isEmpty"/>
	<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Java.lang.String.isEmpty&amp;action=history"/>
	<updated>2026-05-13T03:38:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0-beta</generator>
	<entry>
		<id>https://www.theeggeadventure.com/wikimedia/index.php?title=Java.lang.String.isEmpty&amp;diff=2286&amp;oldid=prev</id>
		<title>Brianegge: Created page with &#039;I was getting the following error when I deployed a component into a JBoss container.   &lt;geshi&gt; java.lang.NoSuchMethodError: java.lang.String.isEmpty()Z &lt;/geshi&gt;  Initially, I th…&#039;</title>
		<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Java.lang.String.isEmpty&amp;diff=2286&amp;oldid=prev"/>
		<updated>2009-11-05T02:57:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;I was getting the following error when I deployed a component into a JBoss container.   &amp;lt;geshi&amp;gt; java.lang.NoSuchMethodError: java.lang.String.isEmpty()Z &amp;lt;/geshi&amp;gt;  Initially, I th…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I was getting the following error when I deployed a component into a JBoss container.  &lt;br /&gt;
&amp;lt;geshi&amp;gt;&lt;br /&gt;
java.lang.NoSuchMethodError: java.lang.String.isEmpty()Z&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Initially, I thought it was an issue with the classloader.  Turns out, I was using a new Java 1.6 feature.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;geshi lang=&amp;quot;java5&amp;quot;&amp;gt;&lt;br /&gt;
    /**&lt;br /&gt;
     * Returns &amp;lt;tt&amp;gt;true&amp;lt;/tt&amp;gt; if, and only if, {@link #length()} is &amp;lt;tt&amp;gt;0&amp;lt;/tt&amp;gt;.&lt;br /&gt;
     *&lt;br /&gt;
     * @return &amp;lt;tt&amp;gt;true&amp;lt;/tt&amp;gt; if {@link #length()} is &amp;lt;tt&amp;gt;0&amp;lt;/tt&amp;gt;, otherwise&lt;br /&gt;
     * &amp;lt;tt&amp;gt;false&amp;lt;/tt&amp;gt;&lt;br /&gt;
     *&lt;br /&gt;
     * @since 1.6&lt;br /&gt;
     */&lt;br /&gt;
    public boolean isEmpty() {&lt;br /&gt;
	return count == 0;&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Java]]&lt;/div&gt;</summary>
		<author><name>Brianegge</name></author>
	</entry>
</feed>