Created
June 18, 2013 13:55
-
-
Save gashcrumb/5805552 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Fatal error: /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/camel/js/profile.ts(188,16): error TS2134: Subsequent variable declarations must have the same type. Variable 'total' must be of type 'number', but here has type 'string' | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/camel/js/profile.ts(220,34): error TS2094: Could not find dotted name 'self'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/camel/js/profile.ts(221,21): error TS2094: Could not find dotted name 'total'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/camel/js/profile.ts(221,21): error TS2094: Could not find dotted name 'total'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/camel/js/profile.ts(224,21): error TS2094: Could not find dotted name 'self'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/camel/js/profile.ts(224,21): error TS2094: Could not find dotted name 'self'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/camel/js/profile.ts(224,35): error TS2094: Could not find dotted name 'total'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/camel/js/profile.ts(226,25): error TS2094: Could not find dotted name 'self'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/camel/js/profile.ts(227,23): error TS2094: Could not find dotted name 'self'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/camel/js/profile.ts(227,23): error TS2094: Could not find dotted name 'self'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/forms/js/baseDirectives.ts(113,15): error TS2141: Class 'Forms.TextInput' cannot extend class 'Forms.InputBase': | |
| Types 'Forms.TextInput' and 'Forms.InputBase' define property 'workspace' as private. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/forms/js/baseDirectives.ts(142,15): error TS2141: Class 'Forms.HiddenText' cannot extend class 'Forms.TextInput': | |
| Types 'Forms.HiddenText' and 'Forms.TextInput' define property 'workspace' as private. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/forms/js/baseDirectives.ts(165,15): error TS2141: Class 'Forms.PasswordInput' cannot extend class 'Forms.TextInput': | |
| Types 'Forms.PasswordInput' and 'Forms.TextInput' define property 'workspace' as private. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/forms/js/baseDirectives.ts(176,15): error TS2141: Class 'Forms.CustomInput' cannot extend class 'Forms.InputBase': | |
| Types 'Forms.CustomInput' and 'Forms.InputBase' define property 'workspace' as private. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/forms/js/baseDirectives.ts(199,15): error TS2141: Class 'Forms.SelectInput' cannot extend class 'Forms.InputBase': | |
| Types 'Forms.SelectInput' and 'Forms.InputBase' define property 'workspace' as private. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/forms/js/baseDirectives.ts(251,15): error TS2141: Class 'Forms.NumberInput' cannot extend class 'Forms.InputBase': | |
| Types 'Forms.NumberInput' and 'Forms.InputBase' define property 'workspace' as private. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/forms/js/baseDirectives.ts(287,15): error TS2141: Class 'Forms.ArrayInput' cannot extend class 'Forms.InputBase': | |
| Types 'Forms.ArrayInput' and 'Forms.InputBase' define property 'workspace' as private. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/forms/js/baseDirectives.ts(359,15): error TS2141: Class 'Forms.BooleanInput' cannot extend class 'Forms.InputBase': | |
| Types 'Forms.BooleanInput' and 'Forms.InputBase' define property 'workspace' as private. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/health/js/health.ts(4,57): error TS2092: Type of array literal cannot be determined. Best common type could not be found for array elements. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/insight/js/all.ts(74,12): error TS2082: Supplied parameters do not match any signature of call target: | |
| Types of property 'onClick' of types '{ checkbox: boolean; selectMode: number; onSelect: (flag: any, node: any) => void; onClick: (node: any, event: any) => void; onKeydown: (node: any, event: any) => boolean; children: any[]; }' and 'DynatreeOptions' are incompatible: | |
| Call signatures of types '(node: any, event: any) => void' and '(dtnode: DynaTreeNode, event: Event) => boolean' are incompatible. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/insight/js/all.ts(74,12): error TS2087: Could not select overload for 'call' expression. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/osgi/js/bundle.ts(339,20): error TS2094: Could not find dotted name 'charAt'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/osgi/js/bundle.ts(364,64): error TS2094: Could not find dotted name 'substring'. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/osgi/js/packages.ts(6,59): error TS2092: Type of array literal cannot be determined. Best common type could not be found for array elements. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/osgi/js/services.ts(6,59): error TS2092: Type of array literal cannot be determined. Best common type could not be found for array elements. | |
| /home/gashcrumb/Work/Source/hawtio/hawtio-web/src/main/webapp/app/wiki/js/camel.ts(65,66): error TS2095: Could not find symbol 'label'. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment