History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRUBY-2823
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Thomas E Enebo
Reporter: Shinichi Akiyama
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
JRuby

Can't reference Java's constants that start with a lower case character

Created: 18/Jul/08 12:15 AM   Updated: 10/Sep/08 06:44 PM
Component/s: Java Integration
Affects Version/s: JRuby 1.1.2
Fix Version/s: JRuby 1.1.4

Time Tracking:
Not Specified

Environment:  JDK 1.5.0_15 + jruby-1.1.1, jruby-1.1.2


 Description  « Hide
Can't reference Java's constants that start with a lower case character

irb(main):001:0> java::sql::Types::BIT
=> -7
irb(main):002:0> java::sql::ResultSetMetaData::columnNullable
NoMethodError: undefined method `columnNullable' for Java::JavaSql::ResultSetMet
aData:Module
from (irb):3:in `binding'



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Thomas E Enebo - 25/Aug/08 08:43 PM
Fixed in commit 7538