My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Apr 30, 2009
    issue 12 (Add support for GIN (guice for GWT) as well) reported by rdamazio   -   This is not a bug, but rather a feature request. Guice is great for server-side code, but a lot of people also use GIN for dependency injection inside Google Web Toolkit. They're very similar and try to be as compatible as possible, so it shouldn't be too hard to support both together - in fact it's probably easier if you plan for that from early in the plugin project. You can see more about GIN in http://code.google.com/p/google-gin/ . Thanks!
    This is not a bug, but rather a feature request. Guice is great for server-side code, but a lot of people also use GIN for dependency injection inside Google Web Toolkit. They're very similar and try to be as compatible as possible, so it shouldn't be too hard to support both together - in fact it's probably easier if you plan for that from early in the plugin project. You can see more about GIN in http://code.google.com/p/google-gin/ . Thanks!
  • Mar 12, 2009
    issue 9 (impcomplete custom contexts may cause NPE) Status changed by chuck.rasbold   -   Sanity check added in eclipse specific code added in r260. Possibly a better place for a fix is in the ModuleContextRepresentation class.
    Status: Fixed
    Sanity check added in eclipse specific code added in r260. Possibly a better place for a fix is in the ModuleContextRepresentation class.
    Status: Fixed
  • Mar 12, 2009
    issue 11 (Failure in ModuleContextRepresentationTest) Status changed by chuck.rasbold   -   Fixed in r256
    Status: Fixed
    Fixed in r256
    Status: Fixed
  • Mar 12, 2009
    issue 8 (Cannot navigate to Guice Errors View from Guice Bindings vie...) Status changed by chuck.rasbold   -   Fixed in r257
    Status: Fixed
    Fixed in r257
    Status: Fixed
  • Mar 12, 2009
    r261 (refactor contextChanged methods) committed by chuck.rasbold   -   refactor contextChanged methods
    refactor contextChanged methods
  • Mar 12, 2009
    r260 (sanity check on custom module creation) committed by chuck.rasbold   -   sanity check on custom module creation
    sanity check on custom module creation
  • Mar 12, 2009
    r259 (javadoc buglet) committed by chuck.rasbold   -   javadoc buglet
    javadoc buglet
  • Mar 12, 2009
    r258 (repaired broken definitionIds in plugin.xml) committed by chuck.rasbold   -   repaired broken definitionIds in plugin.xml
    repaired broken definitionIds in plugin.xml
  • Mar 02, 2009
    r257 (fix broken nagivation to error view) committed by chuck.rasbold   -   fix broken nagivation to error view
    fix broken nagivation to error view
  • Feb 24, 2009
    r256 (Fix failing ModuleContextRepresentationText) committed by chuck.rasbold   -   Fix failing ModuleContextRepresentationText
    Fix failing ModuleContextRepresentationText
  • Feb 13, 2009
    issue 11 (Failure in ModuleContextRepresentationTest) reported by chuck.rasbold   -   The test of findLocation in ModuleContextRepresentationTest is wrong. The string prepend of "interface" makes the test fail.
    The test of findLocation in ModuleContextRepresentationTest is wrong. The string prepend of "interface" makes the test fail.
  • Feb 13, 2009
    issue 10 (Custom contexts can not be deleted) reported by chuck.rasbold   -   What steps will reproduce the problem? 1. Under the "Guice Context Configuration" dialog, create a new Module Context. What is the expected output? What do you see instead? The module context can not be deleted. Deactivated, yes, deleted, no.
    What steps will reproduce the problem? 1. Under the "Guice Context Configuration" dialog, create a new Module Context. What is the expected output? What do you see instead? The module context can not be deleted. Deactivated, yes, deleted, no.
  • Feb 13, 2009
    issue 9 (impcomplete custom contexts may cause NPE) commented on by chuck.rasbold   -   Better sanity checking should be done when the custom context is created.
    Better sanity checking should be done when the custom context is created.
  • Feb 13, 2009
    issue 9 (impcomplete custom contexts may cause NPE) reported by chuck.rasbold   -   What steps will reproduce the problem? 1. Open Guice Context Configuation dialog 2. Click on "Create new context" 3. Add "Context Name" and "Fully Qualified Class Name", but leave "Method" empty, for example. 4. Click "OK" 5. Make sure context is activated with a checkmark in configuration dialog. 6. Close dialog 7. Highlight a type, and click on "Find Bindings" button in Guice Bindings view. What is the expected output? Some result in Guice Bindings view. What do you see instead? Error dialog with details: "An internal error occurred during: 'Finding Guice Bindings'. java.lang.NullPointerException Please use labels and text to provide additional information.
    What steps will reproduce the problem? 1. Open Guice Context Configuation dialog 2. Click on "Create new context" 3. Add "Context Name" and "Fully Qualified Class Name", but leave "Method" empty, for example. 4. Click "OK" 5. Make sure context is activated with a checkmark in configuration dialog. 6. Close dialog 7. Highlight a type, and click on "Find Bindings" button in Guice Bindings view. What is the expected output? Some result in Guice Bindings view. What do you see instead? Error dialog with details: "An internal error occurred during: 'Finding Guice Bindings'. java.lang.NullPointerException Please use labels and text to provide additional information.
  • Feb 13, 2009
    issue 8 (Cannot navigate to Guice Errors View from Guice Bindings vie...) Labels changed by chuck.rasbold   -   Lower priority.
    Labels: Priority-Low Priority-Medium
    Lower priority.
    Labels: Priority-Low Priority-Medium
  • Feb 13, 2009
    issue 8 (Cannot navigate to Guice Errors View from Guice Bindings vie...) reported by chuck.rasbold   -   What steps will reproduce the problem? 1. Open Guice Bindings View 2. Click on "Show Guice Errors View" icon in upper right What is the expected output? Guice Errors View should appear. What do you see instead? Error dialog complains that "Could not open Guice Errors View"
    What steps will reproduce the problem? 1. Open Guice Bindings View 2. Click on "Show Guice Errors View" icon in upper right What is the expected output? Guice Errors View should appear. What do you see instead? Error dialog complains that "Could not open Guice Errors View"
  • Feb 13, 2009
    issue 7 (Guice Dialog won't appear without open file) reported by chuck.rasbold   -   What steps will reproduce the problem? 1. Start eclipse plug-in 2. Close all source file views 3. Attempt to open Guice plugin dialog, for example, through Search->Guice->Configure What is the expected output? What do you see instead? Guice dialog should appear, instead, the string "Guice Plugin: Cannot resolve editor" is displayed at the bottom of the window.
    What steps will reproduce the problem? 1. Start eclipse plug-in 2. Close all source file views 3. Attempt to open Guice plugin dialog, for example, through Search->Guice->Configure What is the expected output? What do you see instead? Guice dialog should appear, instead, the string "Guice Plugin: Cannot resolve editor" is displayed at the bottom of the window.
  • Jan 09, 2009
    r255 ([No log message]) committed by dcreutz   -   [No log message]
    [No log message]
  • Jan 09, 2009
    r254 ([No log message]) committed by dcreutz   -   [No log message]
    [No log message]
  • Jan 08, 2009
    r253 ([No log message]) committed by dcreutz   -   [No log message]
    [No log message]

Older

  • Sep 22, 2008
    issue 5 (Problems with implicit bindings to generified classes in the...) commented on by dcreutz   -   I can't reproduce this problem. Can you please verify that the Guice injection actually works (I'm sure it does but just check)? Can you please attach a complete code sample where this fails? I've tried and I can't seem to get this problem.
    I can't reproduce this problem. Can you please verify that the Guice injection actually works (I'm sure it does but just check)? Can you please attach a complete code sample where this fails? I've tried and I can't seem to get this problem.
  • Sep 10, 2008
    issue 5 (Problems with implicit bindings to generified classes in the...) commented on by torbjornvatn   -   That last comment was mine by the way. Was logged in with the wrong user :P
    That last comment was mine by the way. Was logged in with the wrong user :P
  • Sep 10, 2008
    issue 5 (Problems with implicit bindings to generified classes in the...) commented on by nasbamboo   -   I'm using Guice 1.0 via a Maven dependency. This is a typical implicit binding that fails, no binding in the Module: public MyClass(TravelersValidator<Traveler> travelersValidator) { }
    I'm using Guice 1.0 via a Maven dependency. This is a typical implicit binding that fails, no binding in the Module: public MyClass(TravelersValidator<Traveler> travelersValidator) { }
  • Sep 05, 2008
    issue 5 (Problems with implicit bindings to generified classes in the...) Owner changed by dcreutz   -   What version of Guice are you using in your project? Can you please attach source for the Module (just the relevant bindings is fine).
    Owner: dcreutz
    What version of Guice are you using in your project? Can you please attach source for the Module (just the relevant bindings is fine).
    Owner: dcreutz
  • Sep 04, 2008
    issue 5 (Problems with implicit bindings to generified classes in the...) reported by torbjornvatn   -   What steps will reproduce the problem? 1. I got a class which takes a generified class a parameter in the constructor: public MyClass(SomeOtherClass<String> param) { } 2. When I try to run the "Find Bindings" command on some random injected field in another class I get this: No binding for "the type of the random field" Problems Guice Creation Exception: com.google..... : Guice configuration errors: 1) Error at... Bindings to SomeOtherClass<Strign> not found.... What version of the product are you using? On what operating system? I'm using the Eclipse plugin from the update site. Please provide any additional information below. I've created a class that implements Iterable<Module> that guice-plugin uses to load the binding.
    What steps will reproduce the problem? 1. I got a class which takes a generified class a parameter in the constructor: public MyClass(SomeOtherClass<String> param) { } 2. When I try to run the "Find Bindings" command on some random injected field in another class I get this: No binding for "the type of the random field" Problems Guice Creation Exception: com.google..... : Guice configuration errors: 1) Error at... Bindings to SomeOtherClass<Strign> not found.... What version of the product are you using? On what operating system? I'm using the Eclipse plugin from the update site. Please provide any additional information below. I've created a class that implements Iterable<Module> that guice-plugin uses to load the binding.
 
Hosted by Google Code