Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 248691 Details for
Bug 451685
For input string: "FFFFFFFF"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to allow "FFFFFFFF"
Bug 451685 - For input string FFFFFFFF.patch (text/plain), 741 bytes, created by
Sarika Sinha
on 2014-11-17 05:03:48 EST
(
hide
)
Description:
Patch to allow "FFFFFFFF"
Filename:
MIME Type:
Creator:
Sarika Sinha
Created:
2014-11-17 05:03:48 EST
Size:
741 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.debug >diff --git eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java >index e72f992..e3356a2 100644 >--- eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java >+++ eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java >@@ -3131,7 +3131,7 @@ > case 8: > return Integer.valueOf(token.substring(1), 8).intValue(); > case 16: >- return Integer.valueOf(token.substring(2), 16).intValue(); >+ return Long.valueOf(token.substring(2), 16).intValue(); > case 2: > return Integer.valueOf(token.substring(2), 2).intValue(); > default:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 451685
: 248691