/[classpath]/classpath/gnu/java/beans/decoder/DummyContext.java
ViewVC logotype

Diff of /classpath/gnu/java/beans/decoder/DummyContext.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rschuster, Sun Jan 2 23:53:42 2005 UTC revision 1.2 by mark, Mon Jan 3 07:25:27 2005 UTC
# Line 69  public class DummyContext extends Abstra Line 69  public class DummyContext extends Abstra
69      public Object endContext(Context outerContext) throws AssemblyException      public Object endContext(Context outerContext) throws AssemblyException
70      {      {
71          fail();          fail();
72            return null;
73      }      }
74    
75      /* (non-Javadoc)      /* (non-Javadoc)
# Line 77  public class DummyContext extends Abstra Line 78  public class DummyContext extends Abstra
78      public boolean subContextFailed()      public boolean subContextFailed()
79      {      {
80          fail();          fail();
81            return false;
82      }      }
83    
84      /* (non-Javadoc)      /* (non-Javadoc)
# Line 93  public class DummyContext extends Abstra Line 95  public class DummyContext extends Abstra
95      public Object get(int index) throws AssemblyException      public Object get(int index) throws AssemblyException
96      {      {
97          fail();          fail();
98            return null;
99      }      }
100    
101      /* (non-Javadoc)      /* (non-Javadoc)
# Line 101  public class DummyContext extends Abstra Line 104  public class DummyContext extends Abstra
104      public Object getResult()      public Object getResult()
105      {      {
106          fail();          fail();
107            return null;
108      }      }
109    
110      private void fail()      private void fail()
111      {      {
112          throw new InternalError("Invoking the DummyContext is not expected - Please file a bug report at gnu.org/software/classpath.");          throw new InternalError("Invoking the DummyContext is not expected"
113                                    + " - Please file a bug report at"
114                                    + " http://www/gnu.org/software/classpath/.");
115      }      }
116  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26