Giter Site home page Giter Site logo

tll's People

Contributors

jopaki avatar

Watchers

James Cloos avatar

tll's Issues

Compile Errors

T:\tll\smbiz\smbiz-client\src\com\tll\client\admin\ui\MainPanel.java:271: 
relatedOne(com.tll.client.model.PropertyPath) in 
com.tll.client.model.Model cannot be applied to (java.lang.String)
            Model account = user.relatedOne("account").getModel
();
                                ^
T:\tll\smbiz\smbiz-client\src\com\tll\client\field\FieldGroup.java:86: 
cannot find symbol
symbol  : method propNameAt(int)
location: class com.tll.client.model.PropertyPath
        String name = propPath.propNameAt(pindex);
                              ^
T:\tll\smbiz\smbiz-client\src\com\tll\client\field\FieldGroup.java:87: 
cannot find symbol
symbol  : method atEnd(int)
location: class com.tll.client.model.PropertyPath
        boolean atEnd = propPath.atEnd(pindex);
                                ^
T:\tll\smbiz\smbiz-client\src\com\tll\client\field\FieldGroup.java:432: 
cannot find symbol
symbol  : method getPropertyBinding(java.lang.String)
location: class com.tll.client.model.Model
                final IPropertyBinding binding = 
model.getPropertyBinding(fld.getPropertyName());
                                                      ^
T:\tll\smbiz\smbiz-client\src\com\tll\client\field\FieldGroup.java:460: 
cannot find symbol
symbol  : method getPropertyBinding(java.lang.String)
location: class com.tll.client.model.Model
                final IPropertyBinding binding = 
model.getPropertyBinding(fld.getPropertyName());
                                                      ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\ui\field\AbstractField.java:422: cannot find 
symbol
symbol  : method getProp(java.lang.String)
location: class com.tll.client.model.Model
        IPropertyValue pv = model.getProp(getPropertyName());
                                 ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\ui\field\AbstractField.java:517: cannot find 
symbol
symbol  : method setProp(java.lang.String,java.lang.Object)
location: class com.tll.client.model.Model
            model.setProp(getPropertyName(), modelValue);
                 ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\account\AccountPanel.java:197: 
relatedMany(com.tll.client.model.PropertyPath) in 
com.tll.client.model.Model cannot be applied to (java.lang.String)
        RelatedManyProperty pvAddresses = model.relatedMany
("addresses");
                                               ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\account\AccountPanel.java:202: 
cannot find symbol
symbol  : method getProp(java.lang.String)
location: class com.tll.client.model.Model
                AddressType at = (AddressType) ip.getModel
().getProp("type").getValue();

                                                ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\account\AccountPanel.java:245: 
relatedMany(com.tll.client.model.PropertyPath) in 
com.tll.client.model.Model cannot be applied to (java.lang.String)
        RelatedManyProperty addresses = model.relatedMany
("addresses");
                                             ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\account\AccountPanel.java:255: 
cannot find symbol
symbol  : method setProp(java.lang.String,com.tll.model.impl.AddressType)
location: class com.tll.client.model.Model
                    aaproto.setProp("type", at);
                           ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\account\AccountPanel.java:256: 
cannot find symbol
symbol  : method setRelatedOne(java.lang.String,com.tll.client.model.Model)
location: class com.tll.client.model.Model
                    aaproto.setRelatedOne("account", 
model);
                           ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\intf\AbstractOptionPanel.java:279:
 relatedMany(com.tll.client.model.PropertyPath) in 
com.tll.client.model.Model cannot be applied to (java.lang.String)
        RelatedManyProperty pvParams = modelOption.relatedMany
("parameters");
                                                  ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\intf\AbstractOptionPanel.java:289:
 relatedMany(com.tll.client.model.PropertyPath) in 
com.tll.client.model.Model cannot be applied to (java.lang.String)
        params = modelOption.relatedMany("parameters").getList();
                            ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\intf\AbstractOptionPanel.java:297:
 relatedMany(com.tll.client.model.PropertyPath) in 
com.tll.client.model.Model cannot be applied to (java.lang.String)
        RelatedManyProperty pvParams = model.relatedMany
("parameters");
                                            ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\intf\MultiOptionInterfacePanel.jav
a:81: relatedMany(com.tll.client.model.PropertyPath) in 
com.tll.client.model.Model cannot be applied to (java.lang.String)
        RelatedManyProperty pvOptions = modelInterface.relatedMany
("options");
                                                      ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\intf\SwitchInterfacePanel.java:63:
 relatedMany(com.tll.client.model.PropertyPath) in 
com.tll.client.model.Model cannot be applied to (java.lang.String)
        RelatedManyProperty pvOptions = modelInterface.relatedMany
("options");
                                                      ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\user\UserPanel.java:126: 
relatedOne(com.tll.client.model.PropertyPath) in 
com.tll.client.model.Model cannot be applied to (java.lang.String)
        Model account = model.relatedOne("account").getModel();
                             ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\admin\ui\field\user\UserPanel.java:132: 
relatedMany(com.tll.client.model.PropertyPath) in 
com.tll.client.model.Model cannot be applied to (java.lang.String)
        Iterator<IndexedProperty> itr = model.relatedMany
("authoritys").iterator();
                                             ^
T:\tll\smbiz\smbiz-
client\src\com\tll\client\listing\DefaultTableCellTransformer.java:34: 
cannot find symbol
symbol  : method getProp(java.lang.String)
location: class com.tll.client.model.Model
                    IPropertyValue pv = rowData.getProp
(prop);
                                               ^
T:\tll\smbiz\smbiz-client\src\com\tll\test\UITests.java:204: cannot find 
symbol
symbol  : method setRelatedOne(java.lang.String,com.tll.client.model.Model)
location: class com.tll.client.model.Model
        testModel.setRelatedOne("address", address);
                 ^
21 errors

Original issue reported on code.google.com by [email protected] on 10 Jun 2008 at 4:00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.